Moved to bun runtime for prod
This commit is contained in:
@@ -15,4 +15,4 @@ FROM oven/bun:alpine
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/dist /app
|
||||
|
||||
CMD ["bun", "run", "index.js"]
|
||||
CMD ["bun", "run", "--bun", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user