updated compose and moved dockerfile
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: app
|
||||
args:
|
||||
- DEBUG_MODE=1
|
||||
ports:
|
||||
- '80:80'
|
||||
volumes:
|
||||
- ./content:/content
|
||||
# public_vault_builder:
|
||||
# build:
|
||||
# context: public_vault_builder
|
||||
# volumes:
|
||||
# - ./public_vault:/content
|
||||
|
||||
Reference in New Issue
Block a user