temp: debug

This commit is contained in:
TDLaouer 2025-07-09 13:55:52 +02:00
parent 083335f7be
commit 3b93b06e9a

View File

@ -14,6 +14,8 @@ RUN npm install pm2 -g
RUN npm run build
CMD pm2 start process.yml && tail -f /dev/null
CMD npm run start
#CMD pm2 start process.yml && tail -f /dev/null
EXPOSE 3001