Skip to content

Commit

Permalink
Remove ipv4-only bind address
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 3, 2024
1 parent e46facc commit 7102b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ COPY --from=builder --chown=app:app /app/.next/static ./.next/static
USER app
EXPOSE 3000
ENV PORT 3000
CMD HOSTNAME="0.0.0.0" node server.js
CMD node server.js

0 comments on commit 7102b66

Please sign in to comment.