From 15ba0fab47eeccf0cf3625f2a2d9314c1af63395 Mon Sep 17 00:00:00 2001 From: Mahyar <128599591+MahyarGdz@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:26:53 +0330 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25cc6f2..52a4cc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,11 +37,11 @@ USER appuser # Set environment variables ENV NODE_ENV=production -ENV PORT=7420 +ENV PORT=3000 ENV HOSTNAME="0.0.0.0" -EXPOSE 7420 +EXPOSE 3000 # Start the Nuxt 2 app CMD ["npm", "start"]