Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
John-Wong/ChatNio
ERROR418
/
ChatNio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
af6d3e3
ChatNio
/
Dockerfile
John-Wong
Update Dockerfile
af6d3e3
verified
4 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
FROM
programzmh/chatnio:latest
RUN
adduser -u 1000 user
USER
user
WORKDIR
/
RUN
mkdir
-p /config;
mkdir
-p /logs;
mkdir
-p /storage
RUN
chown
user chat
CMD
[
"./chat"
]