File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ USER nextjs
59
59
EXPOSE 3000
60
60
61
61
ENV PORT 3000
62
- ENV HOSTNAME localhost
62
+ ENV HOSTNAME 0.0.0.0
63
63
64
64
# Allow the running process to write model files to the cache folder.
65
65
# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
66
66
RUN mkdir -p /app/node_modules/@xenova/.cache/
67
67
RUN chmod 777 -R /app/node_modules/@xenova/
68
68
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
59
59
EXPOSE 3000
60
60
61
61
ENV PORT 3000
62
- ENV HOSTNAME localhost
62
+ ENV HOSTNAME 0.0.0.0
63
63
64
64
# Allow the running process to write model files to the cache folder.
65
65
# NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
66
66
RUN mkdir -p /app/node_modules/@xenova/.cache/
67
67
RUN chmod 777 -R /app/node_modules/@xenova/
68
68
69
- CMD ["node" , "server.js" ]
69
+ CMD ["node" , "server.js" ]
You can’t perform that action at this time.
0 commit comments