use another image
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 28s

This commit is contained in:
Tim
2024-07-30 12:48:17 +02:00
parent 1554d75afc
commit a9e5983f72

View File

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