update deploy.yaml

This commit is contained in:
Mehdi Mehrmanesh
2025-11-11 19:17:16 +03:30
parent 2eedeb4ab9
commit c07f12529d
+1 -1
View File
@@ -32,7 +32,7 @@ RUN chown -R appuser:appgroup /app
USER appuser
ENV NODE_ENV=production
EXPOSE 3000
EXPOSE 4000
CMD ["npm", "start"]