Skip to content

Commit

Permalink
Update web_app.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Aug 27, 2024
1 parent 1597de2 commit cc70d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ COPY . .
RUN mkdir -p /etc/letsencrypt/live/www.corwiz.xyz

# Copy the certificate and key files
COPY .certificates/fullchain.pem /etc/letsencrypt/live/www.corwiz.xyz/fullchain.pem
COPY .certificates/privkey.pem /etc/letsencrypt/live/www.corwiz.xyz/privkey.pem
# COPY .certificates/fullchain.pem /etc/letsencrypt/live/www.corwiz.xyz/fullchain.pem
# COPY .certificates/privkey.pem /etc/letsencrypt/live/www.corwiz.xyz/privkey.pem

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

0 comments on commit cc70d80

Please sign in to comment.