Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN --mount=type=secret,id=DB_Host,mode=0444,required=true \
|
|
14 |
--mount=type=secret,id=DB_User,mode=0444,required=true \
|
15 |
--mount=type=secret,id=DB_Password,mode=0444,required=true \
|
16 |
--mount=type=secret,id=DB_Database,mode=0444,required=true \
|
17 |
-
git clone -b new https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
|
18 |
# 复制src下的所有文件夹及文件到/tmp/
|
19 |
&& cp -r /tmp/hf-nocodb/src/* /tmp/ && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
|
20 |
&& chmod +x /usr/src/appEntry/*.sh \
|
|
|
14 |
--mount=type=secret,id=DB_User,mode=0444,required=true \
|
15 |
--mount=type=secret,id=DB_Password,mode=0444,required=true \
|
16 |
--mount=type=secret,id=DB_Database,mode=0444,required=true \
|
17 |
+
apk add --no-cache git && git clone -b new https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
|
18 |
# 复制src下的所有文件夹及文件到/tmp/
|
19 |
&& cp -r /tmp/hf-nocodb/src/* /tmp/ && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
|
20 |
&& chmod +x /usr/src/appEntry/*.sh \
|