1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 01:02:19 +00:00

Fix for Docker image #96

This commit is contained in:
morpheus65535 2018-06-28 23:05:55 -04:00
parent 0dd1db936b
commit eaa7fc3885
5 changed files with 11 additions and 3 deletions

View file

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

View file

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

View file

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

View file

@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
# permissions
chown -R abc:abc /bazarr/data

View file

@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
exec s6-setuidgid abc python /bazarr/bazarr.py