Add ssl to the final image
This commit is contained in:
@ -9,4 +9,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o backend
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /app/backend /app
|
||||
COPY --from=0 /etc/ssl /etc/ssl
|
||||
ENTRYPOINT ["/app"]
|
||||
|
Reference in New Issue
Block a user