Debugging.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s

This commit is contained in:
Cameron Redmore 2025-08-08 20:18:32 +01:00
parent 212351ef2a
commit adff8cce0f
No known key found for this signature in database

View file

@ -16,8 +16,7 @@ COPY . .
RUN bun run build
# Minimal production stage using distroless debian
FROM gcr.io/distroless/cc-debian12
FROM debian:12
WORKDIR /app
# Copy the built assets