Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM gitea/gitea:1.24.6
|
| 2 |
|
| 3 |
# 以 root 用户设置权限(Spaces 允许构建时 root)
|
| 4 |
USER root
|
|
|
|
| 1 |
+
FROM gitea/gitea:1.24.6
|
| 2 |
|
| 3 |
# 以 root 用户设置权限(Spaces 允许构建时 root)
|
| 4 |
USER root
|