Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
eggacheb
/
newapi
like
0
Runtime error
App
Files
Files
Community
b87440d
newapi
/
Dockerfile
eggacheb
Update Dockerfile
b87440d
verified
7 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"
]