Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM nginx:alpine
|
| 2 |
|
| 3 |
# 复制正确的二进制
|
| 4 |
-
COPY --from=
|
| 5 |
|
| 6 |
COPY nginx.conf /etc/nginx/nginx.conf
|
| 7 |
|
|
|
|
| 1 |
FROM nginx:alpine
|
| 2 |
|
| 3 |
# 复制正确的二进制
|
| 4 |
+
COPY --from=ghcr.io/xiaocongyu66/new-api:latest /new-api /one-api
|
| 5 |
|
| 6 |
COPY nginx.conf /etc/nginx/nginx.conf
|
| 7 |
|