bug fixes

This commit is contained in:
2020-01-27 18:08:45 +01:00
parent 27d6095ec5
commit 99a757f599
2 changed files with 5 additions and 2 deletions

View File

@@ -54,6 +54,11 @@ RUN pip-reqs compile && \
COPY . /app
# </SOURCE>
RUN mkdir /app/static_collected
RUN mkdir /app/data/media
# TODO: Postgres Database Username / Password
# <GULP>
ENV GULP_MODE=production
RUN gulp build