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