Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
expose used ports in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Winnicki committed Oct 27, 2017
1 parent 1e49f35 commit 74db6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN go build -o event-gateway cmd/event-gateway/main.go
FROM alpine:3.6
WORKDIR /app/
COPY --from=builder /go/src/github.com/serverless/event-gateway/event-gateway .
EXPOSE 4000 4001
ENTRYPOINT ["./event-gateway"]

0 comments on commit 74db6df

Please # to comment.