Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ykl45/apgz
lbls888
/
ncv1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ncv1
/
Dockerfile
ykl45
Create Dockerfile
5fad9d9
verified
11 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"
]