mirror of https://github.com/morpheus65535/bazarr
parent
de1d307ae6
commit
140089e3f3
|
@ -16,5 +16,4 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
#COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
||||
|
|
|
@ -18,5 +18,4 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
#COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
|
@ -18,5 +18,4 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
#COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
exec s6-setuidgid abc python /bazarr/bazarr.py
|
||||
|
Loading…
Reference in New Issue