Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TalexCK
/
ai-api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai-api
/
Dockerfile
TalexCK
Update Dockerfile
91250c9
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
FROM
ghcr.io/veloera/veloera:latest
EXPOSE
3000
ENV
PORT
3000
RUN
mkdir
/data/logs
RUN
chmod
-R 777 /data
ENTRYPOINT
[
"/veloera"
]