Skip to content

Commit

Permalink
add ssl certs to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Winnicki committed Oct 31, 2017
1 parent 82bd3b3 commit b760640
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 @@ -9,6 +9,7 @@ RUN dep ensure
RUN go build -o event-gateway cmd/event-gateway/main.go

FROM alpine:3.6
RUN apk add --no-cache ca-certificates
WORKDIR /app/
COPY --from=builder /go/src/github.com/serverless/event-gateway/event-gateway .
EXPOSE 4000 4001
Expand Down

0 comments on commit b760640

Please sign in to comment.