This commit is contained in:
jonathang4 2025-05-30 19:24:07 +08:00
parent 5a8bd409a4
commit d5ce1d4127

View File

@ -23,4 +23,4 @@ RUN ls -la /app/dist || echo "Debug: /app/dist directory not found or ls failed"
EXPOSE 3302
CMD ["node", "--enable-source-maps", "--no-node-snapshot", "dist/index.js"]
CMD ["npm", "run", "start"]