fix dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2022-11-22 21:43:32 +01:00
parent 55ef13a6f6
commit f3be56b274
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -27,7 +27,7 @@ WORKDIR ${APP_DIR}
VOLUME ${CONF_DIR}
CMD "python pvc.py -f ${CONF_DIR}/config.ini"
CMD "python pvc.py -f /opt/app/config/config.ini"