This commit is contained in:
TDLaouer 2025-07-09 14:00:30 +02:00
parent 3b93b06e9a
commit dde37240a9

View File

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