fix build path docker

This commit is contained in:
Alex
2025-03-01 11:13:27 +01:00
parent 64310282ca
commit 770ef34c22

View File

@@ -10,4 +10,4 @@ RUN npm run build
EXPOSE 3000 EXPOSE 3000
CMD ["node", "index.js"] CMD ["node", "build/index.js"]