Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# 1. 继承你的镜像
|
| 2 |
-
FROM ghcr.io/liuw1535/antigravity2api-nodejs:
|
| 3 |
|
| 4 |
# 2. 切换 root 设置权限
|
| 5 |
USER root
|
|
|
|
| 1 |
# 1. 继承你的镜像
|
| 2 |
+
FROM ghcr.io/liuw1535/antigravity2api-nodejs:main-arm64
|
| 3 |
|
| 4 |
# 2. 切换 root 设置权限
|
| 5 |
USER root
|