diff --git a/Dockerfile b/Dockerfile index fd2d3394d..d77110aaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/data/config_dir.txt b/data/config_dir.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/data/db/.gitignore b/data/db/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/db/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/data/log/.gitignore b/data/log/.gitignore new file mode 100644 index 000000000..86d0cb272 --- /dev/null +++ b/data/log/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file