diff --git a/Dockerfile b/Dockerfile index 6ef693e..ecda586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,7 @@ RUN addgroup -g 1001 -S nodejs && adduser -u 1001 -S nextjs -G nodejs WORKDIR /app ENV NODE_ENV=production +ENV HOSTNAME=0.0.0.0 ENV PORT=3000 ENV DOCKER_ENV=true