Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra authored Oct 28, 2024
1 parent 9f71f66 commit 8f2ad62
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 @@ -91,7 +91,7 @@ RUN mkdir -pv /var/run/gunicorn/
RUN mkdir -pv /var/www/announcements/static/
RUN chmod +x /app/entrypoint.sh

EXPOSE 8000
EXPOSE 80

ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 8f2ad62

Please sign in to comment.