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

@@ -1,4 +1,2 @@
DEBUG=True
STAGE=local
DATABASE_URL=postgres://postgres@postgres:5432/db
DEFAULT_HAYSTACK_URL=es+https://tcjf1ngoog:qj70l67kk2@tagesschule-elementa-8329801232.eu-west-1.bonsaisearch.net/test-*

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