🐛 Change dockerfile

This commit is contained in:
Andreas Dinauer 2026-02-15 11:36:15 +01:00
parent 3cd784608c
commit df8b2762dc

View File

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