Skip to content

Commit

Permalink
chore: simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz committed Dec 16, 2023
1 parent 0fec574 commit 0e20524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ wheels/
fly.toml
.git/
.env

node_modules/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ RUN python manage.py collectstatic --noinput --clear
# PRACTICE. The database should be migrated manually or using the release
# phase facilities of your hosting platform. This is used only so the
# Wagtail instance can be started with a simple "docker run" command.
CMD ["gunicorn", "--bind", ":8000", "--workers", "2", "hanz.wsgi"]
CMD ["gunicorn", "hanz.wsgi"]

0 comments on commit 0e20524

Please sign in to comment.