Add the server back to the right location.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s

This commit is contained in:
Cameron Redmore 2025-08-08 20:21:12 +01:00
parent adff8cce0f
commit 7e6195eb2c
No known key found for this signature in database

View file

@ -16,11 +16,13 @@ COPY . .
RUN bun run build
# Minimal production stage using distroless debian
FROM debian:12
FROM gcr.io/distroless/cc-debian12
WORKDIR /app
# Copy the built assets
COPY --from=builder /app/dist/* /app/dist/
COPY --from=builder /app/dist/server /app/server
COPY --from=builder /app/dist/ /app/dist/
COPY --from=builder /app/dist/assets /app/dist/assets
# Expose the port