Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qitongwei
/
9527
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
9527
/
Dockerfile
qitongwei
Update Dockerfile
3883076
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
WORKDIR
"ChatGPT-Next-Web"
RUN
npm i
RUN
npm run build
EXPOSE
3000
CMD
[
"npm"
,
"run"
,
"start"
]