Skip to content

Commit

Permalink
expose port in containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Reddy authored and Chandra Reddy committed Jun 18, 2024
1 parent 498b913 commit 9ed33dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ RUN mkdir -pv /var/run/gunicorn/
RUN mkdir -pv /var/www/announcements/static/
RUN chmod +x /app/entrypoint.sh

EXPOSE 8000

ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 9ed33dc

Please sign in to comment.