Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
vwo50
/
libre
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6c26694
libre
/
Dockerfile
Marco Beretta
test with chatgptclone/app:latest image
6c26694
almost 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
FROM
chatgptclone/app:latest
# Create the /.config directory and set permissions
RUN
chmod
-R 777 ./data
CMD
[
"npm"
,
"run"
,
"backend"
]