️ Revert dockerfile

This commit is contained in:
Andreas Dinauer 2026-02-15 11:43:30 +01:00
parent df8b2762dc
commit 998d0bba4e

View File

@ -14,4 +14,4 @@ RUN npx nuxi build
EXPOSE 3000 EXPOSE 3000
CMD ["npx", ".output/server/index.mjs"] CMD ["node", ".output/server/index.mjs"]