Skip to content

Commit

Permalink
Testing Full Cycle with Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuss committed Oct 14, 2024
1 parent 150f6fb commit 9519be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /root/
COPY --from=builder /app/main .

# Copy the entirety of the certs folder to ensure all needed certificates are available
COPY certs/ /etc/ssl/certs/
COPY certs/ certs/

# Expose ports 80 and 443
EXPOSE 80
Expand Down

0 comments on commit 9519be2

Please sign in to comment.