Skip to content

Commit

Permalink
expose ssl port
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Jul 31, 2024
1 parent e6721f5 commit 3c4054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY .certificates/fullchain.pem /etc/letsencrypt/live/www.corwiz.xyz/fullchain.
COPY .certificates/privkey.pem /etc/letsencrypt/live/www.corwiz.xyz/privkey.pem

# Expose the port the app runs on
EXPOSE 8501
EXPOSE 8501 443

# Define a health check to ensure the service is running
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
Expand Down

0 comments on commit 3c4054b

Please sign in to comment.