fix: use bun to run server, node not available in bun image
This commit is contained in:
@@ -16,4 +16,4 @@ RUN bun run build
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["node", ".output/server/index.mjs"]
|
CMD ["bun", "run", ".output/server/index.mjs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user