From f11abd21b9f198f68483a438675b0892eb05f4d5 Mon Sep 17 00:00:00 2001 From: Georg Spar Date: Mon, 19 Jun 2023 16:27:48 +0200 Subject: [PATCH] try NITRO --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e237ca4..411d3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm run build EXPOSE 80 -ENV NUXT_HOST=0.0.0.0 -ENV NUXT_PORT=80 +ENV NITRO_HOST=0.0.0.0 +ENV NITRO_PORT=80 CMD ["npm", "start"]