your commit
This commit is contained in:
parent
a27e1e60f9
commit
0f74d4b0ae
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
|||
|
||||
USER nextjs
|
||||
|
||||
EXPOSE 3000
|
||||
ENV PORT=3000
|
||||
EXPOSE 3001
|
||||
ENV PORT=3001
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
Loading…
Add table
Reference in a new issue