test ci cd

This commit is contained in:
Parsa Nazer
2025-03-03 14:02:01 +03:30
parent ff4d26cdc6
commit 70c15121f3
+1 -1
View File
@@ -10,4 +10,4 @@ WORKDIR /app
COPY --from=build-stage /app /app COPY --from=build-stage /app /app
EXPOSE 3000 EXPOSE 3000
ENV NODE_ENV=production ENV NODE_ENV=production
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]