Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeff86
/
FreeGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FreeGPT
/
Dockerfile
jeff86
Update Dockerfile
df34968
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
FROM
node:
20.9
RUN
git
clone
https://github.com/dark2star/FreeGPT35.git
WORKDIR
"FreeGPT35"
RUN
npm i
RUN
chmod
-R 777 /FreeGPT35
EXPOSE
3040
CMD
[
"node"
,
"app.js"
]