diff --git a/Dockerfile b/Dockerfile index a2bb5a3..204d0db 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 ["sh", "-c", "npm run start"] \ No newline at end of file +CMD ["sh", "-c", "cd /app && npm run start"] \ No newline at end of file