mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Should work
This commit is contained in:
parent
420982c0ef
commit
0afa973231
4 changed files with 8 additions and 3 deletions
|
@ -13,9 +13,6 @@ RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.
|
||||||
|
|
||||||
VOLUME /bazarr/data
|
VOLUME /bazarr/data
|
||||||
|
|
||||||
RUN ls /
|
|
||||||
RUN ls /bazarr
|
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN pip install -r /bazarr/requirements.txt
|
RUN pip install -r /bazarr/requirements.txt
|
||||||
|
|
||||||
|
|
4
data/db/.gitignore
vendored
Normal file
4
data/db/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
4
data/log/.gitignore
vendored
Normal file
4
data/log/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
Loading…
Reference in a new issue