modified: Dockerfile

Run from the wrapper directory
This commit is contained in:
Jonny Ervine 2020-02-19 08:47:25 +00:00
parent 05a65170c6
commit 36ad5b8aa2

View File

@ -32,6 +32,8 @@ RUN chown -R $MED_USER:$MED_GROUP /nzbhydra
EXPOSE 5076
WORKDIR /nzbhydra/other/wrapper
VOLUME /config
USER $MED_USER
CMD [ "/usr/bin/python3", "/nzbhydra/other/wrapper/nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]
CMD [ "/usr/bin/python3", "nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]