add Dockerfile
This commit is contained in:
parent
be105d4e5b
commit
55133af49d
@ -1,10 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
master-back:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: backend-app
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user