Spaces:
Runtime error
Runtime error
dreamnotfound
commited on
Commit
·
dcbd0f6
1
Parent(s):
fe00d9f
Create Dockerfile
Browse files- Dockerfile +12 -0
Dockerfile
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM justsong/one-api-en:latest
|
2 |
+
|
3 |
+
EXPOSE 3000
|
4 |
+
ENV PORT 3000
|
5 |
+
|
6 |
+
ENV GLOBAL_WEB_RATE_LIMIT=600
|
7 |
+
ENV GLOBAL_API_RATE_LIMIT=1800
|
8 |
+
|
9 |
+
RUN mkdir /data/logs
|
10 |
+
RUN chmod -R 777 /data
|
11 |
+
|
12 |
+
ENTRYPOINT ["/one-api"]
|