fix: use node-server preset for proper static asset serving
This commit is contained in:
@@ -16,4 +16,4 @@ RUN bun run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["bun", "run", "dist/server/server.js"]
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user