fix docker
Some checks failed
Build & Deploy on Dev / build (push) Failing after 13s

This commit is contained in:
Warunee Tamkoo 2025-09-16 16:49:18 +07:00
parent 215c69c46d
commit 87e020ff4a

View file

@ -37,6 +37,6 @@ ENV NODE_ENV=production
RUN npm install
COPY dist .
COPY dist2 .
EXPOSE 80
CMD ["node","app.js"]