Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reon314
/
nextchat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5bc0680
nextchat
/
Dockerfile
dongsiqie
Update Dockerfile
5bc0680
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/Yidadaa/ChatGPT-Next-Web.git
WORKDIR
"ChatGPT-Next-Web"
RUN
yarn install && yarn build
EXPOSE
3000
CMD
yarn start