bug fixes
This commit is contained in:
@@ -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-*
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user