Should work

pull/26/head
Louis Vézina 7 years ago
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…
Cancel
Save