update dockerfile
This commit is contained in:
parent
cfbcf2efbe
commit
32bf930ea1
@ -1,3 +1,5 @@
|
|||||||
FROM scratch
|
# Build binary with the following command
|
||||||
|
# CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o server ./main.go
|
||||||
|
FROM alpine:3.2
|
||||||
ADD server /
|
ADD server /
|
||||||
ENTRYPOINT [ "/server" ]
|
ENTRYPOINT [ "/server" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user