Update Dockerfile

This commit is contained in:
Mikhail 2023-03-06 17:39:24 +00:00
parent fe19d22da0
commit cd1e54cf7e

@ -8,5 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o heruvym
FROM alpine
COPY --from=builder /app/heruvym .
COPY prod.key .
COPY prod.crt .
EXPOSE 1488
CMD ["/heruvym"]