fix run error
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m48s

This commit is contained in:
Warunee Tamkoo 2025-09-16 17:10:48 +07:00
parent e854091fda
commit a48b15eae3

View file

@ -44,4 +44,4 @@ ENV NODE_ENV=production
RUN npm prune --production
EXPOSE 80
CMD ["node","app.js"]
CMD ["node","dist/app.js"]