Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EsoCode
/
Chargpt
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3e79a6c
Chargpt
/
Dockerfile
ngoctuanai
Update Dockerfile
3e79a6c
over 2 years ago
raw
Copy download link
history
blame
164 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/chokiproai/ChatGPT-Plugins.git
WORKDIR
"chatgpt"
RUN
npm i
RUN
npm run build
EXPOSE
3000
CMD
[
"npm"
,
"run"
,
"start"
]