File size: 185 Bytes
bf38748
d6b7302
bf38748
 
d6b7302
 
6f50d80
bf38748
1
2
3
4
5
6
7
8
FROM itzcrazykns1337/vane:latest

# HuggingFace Spaces only exposes port 7860.
# Vane defaults to 3000 — this env var moves it to 7860.
ENV PORT=7860
ENV HOSTNAME=0.0.0.0

EXPOSE 7860