Debugging
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m23s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m23s
This commit is contained in:
parent
46cc5eb8a1
commit
5678df1da0
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ COPY . .
|
|||
# Build the frontend with Vite and compile the server to executable
|
||||
RUN bun run build
|
||||
|
||||
# Minimal production stage using Google's distroless image (glibc-based)
|
||||
FROM gcr.io/distroless/cc-debian12
|
||||
# Minimal production stage using Debian slim (includes bash for debugging)
|
||||
FROM debian:12-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue