build the thing

This commit is contained in:
TDLaouer 2025-07-09 13:13:42 +02:00
parent f398cb51dd
commit 083335f7be

View File

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