Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eggacheb
/
newapi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b87440d
newapi
/
Dockerfile
eggacheb
Update Dockerfile
b87440d
verified
11 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
FROM
pengzhile/new-api
EXPOSE
3000
ENV
PORT
3000
ENV
THEME=barry
ENV
GLOBAL_WEB_RATE_LIMIT=
600
ENV
GLOBAL_API_RATE_LIMIT=
1800
RUN
mkdir
/data/logs
RUN
chmod
-R 777 /data
ENTRYPOINT
[
"/one-api"
]