First commit
This commit is contained in:
7
app/web/docker-compose.yml
Normal file
7
app/web/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
freemoto-web:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user