Skip to content

Commit

Permalink
Merge pull request #169 from SciPhi-AI/Nolan/HOSTNAME
Browse files Browse the repository at this point in the history
Explicitly set HOSTNAME in Dockerfile
  • Loading branch information
NolanTrem authored Jan 17, 2025
2 parents ba36d1f + 65858a2 commit f4a11da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN npm install -g pnpm

# Set node environment to production
ENV NODE_ENV=production
ENV HOSTNAME="0.0.0.0"

# Copy necessary files from builder stage
COPY --from=builder /app/next.config.js ./
Expand Down

0 comments on commit f4a11da

Please sign in to comment.