diff --git a/.gitignore b/.gitignore index 412e319..d37762f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ Thumbs.db .env-nginx .env-db .env +docker/storage/** +.bash_history +.cache/ +.local/ +.ssh/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7c3fcfc..4585261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN pip-reqs compile && \ COPY . /app # -RUN mkdir /app/static_collected +RUN mkdir -p /app/static_collected RUN mkdir -p /app/data/media #