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