hijnu commited on
Commit
c930af2
·
verified ·
1 Parent(s): e19ff5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM nocodb/nocodb:latest
2
 
3
- ARG CACHEBUST=100
4
 
5
  # 设置环境变量
6
  ENV WORKDIR=/usr/src/app \
@@ -16,7 +16,7 @@ ENV WORKDIR=/usr/src/app \
16
  RUN --mount=type=secret,id=NC_S3_BUCKET_NAME,mode=0444,required=true \
17
  --mount=type=secret,id=NC_S3_ACCESS_SECRET,mode=0444,required=true \
18
  apk add --no-cache git curl nodejs npm \
19
- && chmod +x /tmp//s3_setup.sh && /tmp/s3_setup.sh \
20
  && rm -rf /tmp/hf-nocodb /tmp/*.sh \
21
  && git clone -b pro https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
22
  # 复制src下的所有文件夹及文件到/tmp/
 
1
  FROM nocodb/nocodb:latest
2
 
3
+ ARG CACHEBUST=101
4
 
5
  # 设置环境变量
6
  ENV WORKDIR=/usr/src/app \
 
16
  RUN --mount=type=secret,id=NC_S3_BUCKET_NAME,mode=0444,required=true \
17
  --mount=type=secret,id=NC_S3_ACCESS_SECRET,mode=0444,required=true \
18
  apk add --no-cache git curl nodejs npm \
19
+ && chmod +x /tmp/s3_setup.sh && /tmp/s3_setup.sh \
20
  && rm -rf /tmp/hf-nocodb /tmp/*.sh \
21
  && git clone -b pro https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
22
  # 复制src下的所有文件夹及文件到/tmp/