Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xandertang/LibreChat
tang-x
/
LibreChat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6c26694
LibreChat
/
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"
]