sub category debug and front docker file update for action report

This commit is contained in:
Parsa Nazer
2025-01-28 20:36:59 +03:30
parent 0b18938a0b
commit 5a19c140f5
12 changed files with 37 additions and 117 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ WORKDIR /app
COPY --from=build-stage /app /app
EXPOSE 3000
ENV NODE_ENV=production
CMD ["npm", "run", "start"]
CMD ["sh", "-c", "npm", "run", "start"]