Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Jul 14, 2024
1 parent 6db75d5 commit 1b5658c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ RUN apt-get update && \
# copy the build artifact from the build stage
COPY --from=build /offchain-gateway-example-full/target/release/offchain-gateway-example-full .

ENV PORT=8080

EXPOSE ${PORT}

# set the startup command to run your binary
CMD ["./offchain-gateway-example-full"]

0 comments on commit 1b5658c

Please sign in to comment.