fix dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2022-11-22 21:41:54 +01:00
parent 55e9fcb96f
commit 55ef13a6f6
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 ${CONF_DIR}/config.ini"