From 083335f7bef1aed82187463ef583ce506cd8b47b Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Wed, 9 Jul 2025 13:13:42 +0200 Subject: [PATCH] build the thing --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9972b69..2d94e9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file