update dockerfile
This commit is contained in:
@@ -7,7 +7,9 @@ RUN bun run build
|
||||
|
||||
FROM oven/bun
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/build ./build
|
||||
COPY package.json ./
|
||||
EXPOSE 3000
|
||||
ENV NODE_ENV=production
|
||||
CMD ["bun", "build/index.js"]
|
||||
Reference in New Issue
Block a user