Skip to content

Commit

Permalink
Add missing port expose to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Cobden committed Sep 24, 2018
1 parent bf88379 commit 287e464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions billing-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine:3.6
EXPOSE 80
EXPOSE 4772
ENTRYPOINT ["/billing-api"]
RUN apk add --update \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions users-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apk --no-cache add ca-certificates
WORKDIR /
COPY cmd/users-sync /
EXPOSE 80
EXPOSE 4772
ENTRYPOINT ["/users-sync"]

ARG revision
Expand Down

0 comments on commit 287e464

Please sign in to comment.