Version to run on serve #1

Open
petr wants to merge 52 commits from petr/www.tagesschule-elementa.ch:mprofiag into standalone
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 49e1467147 - Show all commits

5
.gitignore vendored
View File

@@ -32,3 +32,8 @@ Thumbs.db
.env-nginx
.env-db
.env
docker/storage/**
.bash_history
.cache/
.local/
.ssh/

View File

@@ -54,7 +54,7 @@ RUN pip-reqs compile && \
COPY . /app
# </SOURCE>
RUN mkdir /app/static_collected
RUN mkdir -p /app/static_collected
RUN mkdir -p /app/data/media
# <GULP>