hijnu commited on
Commit
951e368
·
verified ·
1 Parent(s): a8b52b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ARG NC_S3_ENDPOINT
7
  ARG NC_S3_ACCESS_KEY
8
 
9
  RUN apk add --no-cache git curl \
10
- && git clone -b dev https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
11
  && cp /tmp/hf-nocodb/src/* /tmp/ \
12
  && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
13
  && chmod +x /usr/src/appEntry/startup.sh /tmp/s3_setup.sh /tmp/setup.sh && rm -rf /tmp/hf-nocodb
 
7
  ARG NC_S3_ACCESS_KEY
8
 
9
  RUN apk add --no-cache git curl \
10
+ && git clone -b pro https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
11
  && cp /tmp/hf-nocodb/src/* /tmp/ \
12
  && cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
13
  && chmod +x /usr/src/appEntry/startup.sh /tmp/s3_setup.sh /tmp/setup.sh && rm -rf /tmp/hf-nocodb