Skip to content

Commit

Permalink
Update ports on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imrkgofficial authored Dec 27, 2024
1 parent 8695451 commit a19ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY --from=builder /app/app /app/
COPY --from=builder /app/src /app/src

# Expose the port your application will listen on
EXPOSE 10001
EXPOSE 80

# Run the Go application
CMD ["/app/app"]

0 comments on commit a19ec9e

Please sign in to comment.