From 95c21c5fcfa586d9dc52b2bb3afaeeecb7cdf586 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Mon, 14 Jul 2025 01:14:29 +0200 Subject: [PATCH] modules --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cba6efd..01ac772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ FROM base RUN npm install -g pm2 COPY --from=build /app/.output /app/.output +COPY --from=build /app/node_modules/.bin/nuxt /app/node_modules/.bin/nuxt ENV PORT=3001 ENV HOST=0.0.0.0