Debugging.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s
This commit is contained in:
parent
212351ef2a
commit
adff8cce0f
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ COPY . .
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
# Minimal production stage using distroless debian
|
# Minimal production stage using distroless debian
|
||||||
FROM gcr.io/distroless/cc-debian12
|
FROM debian:12
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the built assets
|
# Copy the built assets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue