diff --git a/Dockerfile b/Dockerfile index 9e7d105..48e60f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN ls -la /app/dist || echo "Debug: /app/dist directory not found or ls failed" EXPOSE 3302 -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "--enable-source-maps", "--no-node-snapshot", "dist/index.js"] \ No newline at end of file