Bind Rocky runtime to all interfaces
This commit is contained in:
parent
fbb0c50fc8
commit
08f0187c9b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,5 +22,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
|||
USER nextjs
|
||||
EXPOSE 3001
|
||||
ENV PORT=3001
|
||||
ENV HOSTNAME=0.0.0.0
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue