won't run with just scratch - needs base image.

Thanks for a nice project
This commit is contained in:
Nilesh Londhe 2019-03-28 14:43:20 -07:00 committed by GitHub
parent 99f9556173
commit 1b7b5cfd6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ENV GO111MODULE=on
RUN make
# Run
FROM scratch
FROM golang:1.12-stretch
EXPOSE 8080
COPY --from=build \
/go/bin/echoip \