Skip to content

Commit

Permalink
test database url change
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra committed Nov 26, 2024
1 parent 9c54707 commit b480bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ENV DJANGO_SUPERUSER_EMAIL=${DJANGO_SUPERUSER_EMAIL}
ENV DATABASE_URL=${DATABASE_URL}

RUN sh -c 'python manage.py collectstatic --no-input'
RUN sh -c 'python manage.py createsuperuser --noinput --username $DJANGO_SUPERUSER_USERNAME --email $DJANGO_SUPERUSER_EMAILI || true'
RUN sh -c 'python manage.py createsuperuser --noinput --username $DJANGO_SUPERUSER_USERNAME --email $DJANGO_SUPERUSER_EMAIL || true'
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 b480bcf

Please sign in to comment.