Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
eggacheb/newapi
krinlove
/
newapi
like
0
Running
App
Files
Files
Community
eab1abc
newapi
/
Dockerfile
eggacheb
Update Dockerfile
3adadee
verified
7 months ago
raw
Copy download link
history
blame
Safe
202 Bytes
FROM
pengzhile/new-api:latest
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"
]