diff --git a/frontend/Dockerfile b/frontend/Dockerfile index da9eea77..0ff122f2 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -7,9 +7,9 @@ ENV NODE_ENV=production COPY .next/standalone ./ COPY .next/static ./.next/static -EXPOSE 3000 +EXPOSE 3001 -ENV PORT=3000 +ENV PORT=3001 ENV HOSTNAME="0.0.0.0" CMD ["node", "server.js"]