File size: 316 Bytes
688f2de
e79be2c
 
688f2de
e79be2c
 
 
688f2de
e79be2c
688f2de
 
e79be2c
 
688f2de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Use Hugging Face chat-ui-db image
FROM ghcr.io/huggingface/chat-ui-db:latest

# Spaces require the app to listen on port 7860
ENV PORT=7860
ENV HF_TOKEN=""

# Mount /data for persistence
VOLUME ["/data"]

# Expose the port Spaces expects
EXPOSE 7860

# βœ… Do NOT override CMD β€” let the base image handle startup