Skip to content

Commit

Permalink
cart-service: Fix expose in dockerfile (8081 instead of 8080)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphayax committed Nov 27, 2023
1 parent 83e2532 commit 7d0db1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cart-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ FROM scratch AS final
# Copy the executable from the builder stage
COPY --from=builder /app/main .

# Expose port 8080 to the outside world
EXPOSE 8080
# Expose port 8081 to the outside world
EXPOSE 8081

# Command to run the executable
CMD ["./main"]

0 comments on commit 7d0db1e

Please sign in to comment.