mirror of https://github.com/morpheus65535/bazarr
Should work
This commit is contained in:
parent
420982c0ef
commit
0afa973231
|
@ -13,9 +13,6 @@ RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.
|
|||
|
||||
VOLUME /bazarr/data
|
||||
|
||||
RUN ls /
|
||||
RUN ls /bazarr
|
||||
|
||||
# Install app dependencies
|
||||
RUN pip install -r /bazarr/requirements.txt
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Loading…
Reference in New Issue