ci(fix): Dockerfile entrypoint #4
@@ -33,7 +33,7 @@ COPY . .
|
|||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
# Bundle the fullstack application
|
# Bundle the fullstack application
|
||||||
RUN dx bundle --platform fullstack
|
RUN dx bundle --release --fullstack
|
||||||
|
|
||||||
# Stage 3: Minimal runtime image
|
# Stage 3: Minimal runtime image
|
||||||
FROM debian:bookworm-slim AS runtime
|
FROM debian:bookworm-slim AS runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user