Added docker-compose
This commit is contained in:
parent
fb4bb48a29
commit
c76fc120d8
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${PORT}:5000"
|
||||
volumes:
|
||||
- .:/app
|
||||
Loading…
Reference in New Issue