Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra authored Nov 26, 2024
1 parent cb090d5 commit 44c74f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ COPY . /app
WORKDIR /app

RUN sh -c 'python manage.py collectstatic --no-input'
RUN sh -c 'python manage.py createsuperuser --noinput --username $DJANGO_SUPERUSER_USERNAME --email $DJANGO_SUPERUSER_EMAIL'
RUN mkdir -pv /var/log/gunicorn/
RUN mkdir -pv /var/run/gunicorn/
RUN mkdir -pv /var/www/announcements/static/
Expand Down

0 comments on commit 44c74f3

Please sign in to comment.