Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mistpe
/
chatnio
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatnio
/
Dockerfile
mistpe
Create Dockerfile
d19988f
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
195 Bytes
FROM
programzmh/chatnio:latest
RUN
chmod
777 -R /app
VOLUME
[
"/config"
,
"/logs"
,
"/storage"
]
RUN
mkdir
-p /config &&
chmod
-R 777 /config
RUN
mkdir
-p /logs &&
chmod
-R 777 /logs
EXPOSE
8094