File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ USER nextjs
5959EXPOSE 3000
6060
6161ENV PORT 3000
62- ENV HOSTNAME localhost
62+ ENV HOSTNAME 0.0.0.0
6363
6464# Allow the running process to write model files to the cache folder.
6565# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
6666RUN mkdir -p /app/node_modules/@xenova/.cache/
6767RUN chmod 777 -R /app/node_modules/@xenova/
6868
69- CMD ["node" , "server.js" ]
69+ CMD ["node" , "server.js" ]
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ USER nextjs
5959EXPOSE 3000
6060
6161ENV PORT 3000
62- ENV HOSTNAME localhost
62+ ENV HOSTNAME 0.0.0.0
6363
6464# Allow the running process to write model files to the cache folder.
6565# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
6666RUN mkdir -p /app/node_modules/@xenova/.cache/
6767RUN chmod 777 -R /app/node_modules/@xenova/
6868
69- CMD ["node" , "server.js" ]
69+ CMD ["node" , "server.js" ]
You can’t perform that action at this time.
0 commit comments