Update Dockerfile
This commit is contained in:
parent
fe19d22da0
commit
cd1e54cf7e
@ -8,5 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o heruvym
|
|||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
COPY --from=builder /app/heruvym .
|
COPY --from=builder /app/heruvym .
|
||||||
|
COPY prod.key .
|
||||||
|
COPY prod.crt .
|
||||||
EXPOSE 1488
|
EXPOSE 1488
|
||||||
CMD ["/heruvym"]
|
CMD ["/heruvym"]
|
||||||
|
Loading…
Reference in New Issue
Block a user