modified: Dockerfile

Used absolute directory for nzbhydrawrapper location
This commit is contained in:
Jonny Ervine 2020-02-19 09:16:08 +00:00
parent f2d1c18579
commit d086e9e0fc

View File

@ -37,4 +37,4 @@ WORKDIR /nzbhydra
VOLUME /config
USER $MED_USER
CMD [ "/usr/bin/python3", "nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]
CMD [ "/usr/bin/python3", "/nzbhydra/nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]