7th_fix port
This commit is contained in:
@@ -35,9 +35,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
|
||||
USER nextjs
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 12012
|
||||
|
||||
ENV PORT 3000
|
||||
ENV PORT 12012
|
||||
ENV HOSTNAME "0.0.0.0"
|
||||
|
||||
CMD ["node", "server.js"]
|
Reference in New Issue
Block a user