Skip to content

Commit

Permalink
fixed path to dist in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 committed Oct 25, 2023
1 parent 7b79235 commit 984b8fd
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 @@ -66,7 +66,7 @@ COPY --from=base /app/dist ./dist

# Generate SSL certificates
RUN apk --update add openssl
WORKDIR /dist/https
WORKDIR /app/dist/https
RUN openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 \
-subj "/C=US/ST=State/L=City/O=Organization/OU=Unit/CN=localhost" \
-passout pass:thirdweb-engine
Expand Down

0 comments on commit 984b8fd

Please sign in to comment.