From 91ab1ac26de59981369ece9480d3b1c0f1ed32e9 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Mon, 14 Jul 2025 00:45:34 +0200 Subject: [PATCH] dokc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96bee0b..f61e933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ ENV HOST=0.0.0.0 EXPOSE 3001 -CMD ["pm2", "start", "node_modules/.bin/nuxt", "--", "start"] \ No newline at end of file +CMD ["pm2-runtime", "start", "node_modules/.bin/nuxt", "--", "start"] \ No newline at end of file