Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rainnee/chat
rainnee0925
/
chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chat
/
Dockerfile
dongsiqie
Create Dockerfile
174d6d5
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
FROM
xyhelper/xyhelper-web:latest
WORKDIR
/app
RUN
mkdir
-p data/sessions &&
chmod
777 data/sessions
EXPOSE
8080
CMD
[
"/bin/sh"
,
"-c"
,
"./main"
]