Update Dockerfile
Browse files- 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
|
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
|