Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rooni
/
chatgptfree
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46763f2
chatgptfree
/
Dockerfile
Rooni
Update Dockerfile
46763f2
almost 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/Igroshka/Gpt.git
WORKDIR
"ChatGPT-Plugins"
RUN
npm i
RUN
npm run build
EXPOSE
3000
CMD
[
"npm"
,
"run"
,
"start"
]