use another image

This commit is contained in:
2024-07-30 12:48:17 +02:00
parent c4812c73ea
commit 67db41f1ad

View File

@@ -8,6 +8,8 @@ RUN go build -o /bin/api ./main.go
FROM debian:stable FROM debian:stable
RUN apt-get update && apt-get install -y ca-certificates
RUN update-ca-certificates
WORKDIR /app WORKDIR /app
COPY --from=builder /bin/api ./api COPY --from=builder /bin/api ./api
COPY migrations ./migrations COPY migrations ./migrations