Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
reonjy
/
ai
like
0
Runtime error
App
Files
Files
Community
6c26694
ai
/
Dockerfile
Marco Beretta
test with chatgptclone/app:latest image
6c26694
over 1 year 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"
]