Should work

This commit is contained in:
Louis Vézina 2017-10-19 20:43:34 -04:00
parent 420982c0ef
commit 0afa973231
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

4
data/db/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
data/log/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore