Deployment updates
This commit is contained in:
@@ -19,5 +19,8 @@ FROM oven/bun:1-alpine AS runner
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/dist ./dist
|
||||
|
||||
RUN mkdir -p /app/data && chown -R bun:bun /app/data
|
||||
VOLUME ["/app/data"]
|
||||
|
||||
USER bun
|
||||
CMD ["bun", "dist/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user