Skip to content

Commit

Permalink
Add missing port expose
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaBernstein committed Apr 12, 2023
1 parent ff3761f commit 4f9abd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WORKDIR /

COPY --from=builder /src/app /bin/app

EXPOSE 8080
EXPOSE 8081

ENTRYPOINT [ "/bin/app" ]

0 comments on commit 4f9abd4

Please sign in to comment.