Add the server back to the right location.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s
This commit is contained in:
parent
adff8cce0f
commit
7e6195eb2c
1 changed files with 4 additions and 2 deletions
|
@ -16,11 +16,13 @@ COPY . .
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
# Minimal production stage using distroless debian
|
# Minimal production stage using distroless debian
|
||||||
FROM debian:12
|
FROM gcr.io/distroless/cc-debian12
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the built assets
|
# 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
|
COPY --from=builder /app/dist/assets /app/dist/assets
|
||||||
|
|
||||||
# Expose the port
|
# Expose the port
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue