Skip to content

Commit

Permalink
Run on port 5000 (dokku default)
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 21, 2022
1 parent 546736d commit a73a497
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 @@ -33,7 +33,7 @@ RUN chown -R wagtail /app
USER wagtail

# Port used by this container to serve HTTP.
EXPOSE 8000
EXPOSE 5000

# Run the server
CMD set -xe; gunicorn --worker-tmp-dir /dev/shm core.wsgi:application --workers 3
CMD set -xe; gunicorn --worker-tmp-dir /dev/shm core.wsgi:application --bind 0.0.0.0:5000 --workers 3

0 comments on commit a73a497

Please sign in to comment.