Skip to content

Commit

Permalink
Expose API and management ports in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed May 24, 2024
1 parent 5f93713 commit 94f0b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ ENTRYPOINT [ "/app.exe" ]

# Final stage: dynamically select between Linux and Windows stages based on TARGETOS argument
FROM ${TARGETOS} AS final
# Ports needed for testing when not using docker compose.
EXPOSE 14000
EXPOSE 15000
# Add test configuration files
COPY ./test/ /test/

0 comments on commit 94f0b15

Please sign in to comment.