mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
added certificate updates
This commit is contained in:
@@ -12,6 +12,9 @@ RUN CGO_ENABLED=1 GOOS=linux go build -o main .
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y ca-certificates
|
||||||
|
RUN update-ca-certificates
|
||||||
|
|
||||||
COPY --from=builder /app/main .
|
COPY --from=builder /app/main .
|
||||||
COPY --from=builder /app/*.env .
|
COPY --from=builder /app/*.env .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user