Correctly volume frontend config

This commit is contained in:
gluap 2021-10-19 11:03:47 +02:00 committed by Paul Bienkowski
parent 33b14b16a3
commit 9e6ee5deba

View file

@ -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