dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 23s

This commit is contained in:
christian 2025-05-06 00:26:10 +02:00
parent 6f8a5f7a33
commit 1c7122cac9

View File

@ -44,4 +44,4 @@ EXPOSE 3000
ENV NODE_ENV=production
CMD ["vite", "build"]
CMD ["node", "build"]