Update Dockerfile
This commit is contained in:
+2
-1
@@ -21,11 +21,12 @@ RUN bun build \
|
||||
src/index.ts
|
||||
|
||||
# ================================================
|
||||
FROM gcr.io/distroless/base
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/server server
|
||||
COPY --from=build /app/node_modules node_modules
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user