modified: main_dc/yalarba/easySite/easySite/Dockerfile

change npm run start to npm run preview
This commit is contained in:
2025-10-28 22:05:00 +05:00
parent 28691774e9
commit 53c84a0d3d
+1 -1
View File
@@ -18,4 +18,4 @@ RUN npm run build
EXPOSE 3000
CMD ["npm", "run", "start"]
CMD ["npm", "run", "preview"]