This commit is contained in:
Luke Skywalker 2022-05-16 23:04:30 +02:00 committed by GitHub
commit ba245e2723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ COPY . .
RUN go build -o server .
FROM alpine:3.12
FROM alpine:3.14
EXPOSE 8000
COPY --from=build /go/src/github.com/org/repo/server /server
CMD ["/server"]