This commit is contained in:
Luke Skywalker
2022-05-16 23:04:30 +02:00
committed by GitHub

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"]