diff --git a/Dockerfile b/Dockerfile index 43cfcb0..e855536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]