Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ LABEL video.tutorial="https://www.bilibili.com/video/BV1SP2mYBEjC/"
|
|
7 |
LABEL github.repository="https://github.com/aigem/hf-nocodb"
|
8 |
|
9 |
# 构建参数(默认值可替换,替换为其它值来重新进行部署)
|
10 |
-
ARG CACHEBUST=
|
11 |
|
12 |
# 切换用户并配置权限
|
13 |
USER root
|
|
|
7 |
LABEL github.repository="https://github.com/aigem/hf-nocodb"
|
8 |
|
9 |
# 构建参数(默认值可替换,替换为其它值来重新进行部署)
|
10 |
+
ARG CACHEBUST=1111
|
11 |
|
12 |
# 切换用户并配置权限
|
13 |
USER root
|