Revert back to root instead of abc to prevent access denied

This commit is contained in:
morpheus65535 2018-07-01 23:33:53 -04:00
parent ee8bfeeeaa
commit de1d307ae6
3 changed files with 6 additions and 3 deletions

View file

@ -16,4 +16,5 @@ VOLUME /bazarr/data
EXPOSE 6767
COPY root/ /
#COPY root/ /
CMD ["python", "/bazarr/bazarr.py"]

View file

@ -18,4 +18,5 @@ VOLUME /bazarr/data
EXPOSE 6767
COPY root/ /
#COPY root/ /
CMD ["python", "/bazarr/bazarr.py"]

View file

@ -18,4 +18,5 @@ VOLUME /bazarr/data
EXPOSE 6767
COPY root/ /
#COPY root/ /
CMD ["python", "/bazarr/bazarr.py"]