Skip to content

Commit

Permalink
dockerfile custom port
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Dec 26, 2024
1 parent 6396d54 commit 550aaf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ FROM base-image AS agent-controller-image
WORKDIR /app
COPY --from=build-server-binaries /out/agent-controller /app
COPY --from=build-server-binaries /out/get-creds /app
EXPOSE 9001-9002 9102
EXPOSE 9001-9002
EXPOSE 9102
CMD ["/app/agent-controller"]

0 comments on commit 550aaf7

Please sign in to comment.