Skip to content

Commit

Permalink
Begone, minimal settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Dec 2, 2024
1 parent 64260a6 commit 1944bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pip install pip==24.0 && \

COPY . /app

RUN DJANGO_SETTINGS_MODULE=councilmatic.minimal_settings python manage.py collectstatic --no-input
ENV DJANGO_SECRET_KEY 'foobar'
RUN python manage.py collectstatic --no-input

ENTRYPOINT ["/app/docker-entrypoint.sh"]
39 changes: 0 additions & 39 deletions councilmatic/minimal_settings.py

This file was deleted.

0 comments on commit 1944bc9

Please sign in to comment.