Skip to content

Commit

Permalink
Enable TLS connection to the node in the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Jan 25, 2024
1 parent 0c69b84 commit 8d9b91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sponsoredTransactionsAuction/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ WORKDIR /build

COPY --from=back_end ./backend/app/target/release/sponsored-transaction-backend ./sponsored-transaction-backend
COPY --from=front_end ./app/dist ./public
RUN apt-get update && apt-get install -y ca-certificates

CMD ./sponsored-transaction-backend --frontend public

0 comments on commit 8d9b91b

Please sign in to comment.