Correctly volume frontend config
This commit is contained in:
parent
33b14b16a3
commit
9e6ee5deba
|
@ -72,6 +72,8 @@ services:
|
|||
|
||||
frontend:
|
||||
image: obs-frontend
|
||||
volumes:
|
||||
- ./config/frontend.json:/usr/local/apache2/htdocs/config.json
|
||||
build:
|
||||
context: ./source/frontend
|
||||
dockerfile: Dockerfile-prod
|
||||
|
|
Loading…
Reference in a new issue