Skip to content

Commit

Permalink
Revert "Base image on Alpine"
Browse files Browse the repository at this point in the history
This reverts commit d997414
  • Loading branch information
itzg committed Dec 26, 2019
1 parent d997414 commit 332d0bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.11
COPY mc-monitor /usr/bin/
ENTRYPOINT ["/usr/bin/mc-monitor"]
FROM scratch
COPY mc-monitor /
ENTRYPOINT ["/mc-monitor"]

0 comments on commit 332d0bf

Please sign in to comment.