Commit 306c4cb9 by Chif Gergő

Fix setting file name in docker-componse

parent 7ffc9474
Pipeline #1281 passed with stages
in 3 minutes 44 seconds
......@@ -9,7 +9,7 @@ EXPOSE 8000/tcp
COPY Pipfile* .env ./
# This env variable needed to pipenv find .env file
ENV PIPENV_DOTENV_LOCATION=/usr/cloud/portal/.env
ENV DJANGO_SETTINGS_MODULE=recircle.settings.prod
ENV DJANGO_SETTINGS_MODULE=recircle.settings.production
# Install dependencies
RUN pipenv install
# Copy sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment