From 013cbab91d8d5425a1a000560010314302becdac Mon Sep 17 00:00:00 2001 From: Mahyar <128599591+MahyarGdz@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:18:21 +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"]