hijnu commited on
Commit
ea59663
·
verified ·
1 Parent(s): 5eaca39

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apk add --no-cache git \
8
  && git clone https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
9
  && cp /tmp/hf-nocodb/src/* /tmp/ \
10
  && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
11
- && chmod +x /usr/src/appEntry/startup.sh && rm -rf /tmp/hf-nocodb
12
 
13
  RUN --mount=type=secret,id=NC_S3_BUCKET_NAME,mode=0444,required=true \
14
  --mount=type=secret,id=NC_S3_ACCESS_SECRET,mode=0444,required=true \
 
8
  && git clone https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
9
  && cp /tmp/hf-nocodb/src/* /tmp/ \
10
  && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
11
+ && chmod +x /usr/src/appEntry/startup.sh /tmp/s3_setup.sh /tmp/setup.sh && rm -rf /tmp/hf-nocodb
12
 
13
  RUN --mount=type=secret,id=NC_S3_BUCKET_NAME,mode=0444,required=true \
14
  --mount=type=secret,id=NC_S3_ACCESS_SECRET,mode=0444,required=true \