fix: use correct index path in Dockerfile

This commit is contained in:
WebStreamr 2025-05-10 19:36:30 +00:00
parent 05c0163874
commit 841f2a0811
No known key found for this signature in database

View file

@ -18,4 +18,4 @@ COPY --from=builder /app/node_modules ./node_modules
ENV NODE_ENV=production
CMD ["node", "dist/server.js"]
CMD ["node", "dist/index.js"]