Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
larrabee committed Jul 21, 2020
1 parent 97f8495 commit 0107b49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ COPY . ./
RUN go mod vendor && \
go build -o pxc-checker ./

# Create s3sync image
# Create image
FROM scratch
EXPOSE 9200
ENV WEB_LISTEN ":9200"
COPY --from=builder /src/pxc-checker /pxc-checker
ENTRYPOINT ["/pxc-checker"]

0 comments on commit 0107b49

Please sign in to comment.