Skip to content

Commit

Permalink
Exposing neccessary ports on listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulejman committed Aug 3, 2024
1 parent f748953 commit 0d709ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ FROM scratch
# Copy the binary from the builder stage
COPY --from=builder /listener /listener

# Expose port 9000
# Expose port 9000 for collector server
EXPOSE 9100

# Expose port 9988 for API server
EXPOSE 9988

# Command to run the application
CMD ["/listener"]

0 comments on commit 0d709ad

Please sign in to comment.