Skip to content

Commit

Permalink
update:tugas6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsupilamieue committed Oct 7, 2023
1 parent 1b96e16 commit 30b375b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

ENV PYTHONUNBUFFERED=1 \
PYTHONPATH=/app \
DJANGO_SETTINGS_MODULE=shopping_list.settings \
DJANGO_SETTINGS_MODULE=shopeeng.settings \
PORT=8000 \
WEB_CONCURRENCY=2

Expand All @@ -29,4 +29,4 @@ RUN chown -R django:django /app
USER django

# Run application
# CMD gunicorn shopping_list.wsgi:application
# CMD gunicorn shopeeng_list.wsgi:application

0 comments on commit 30b375b

Please sign in to comment.