We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70360f2 commit 1b02ecfCopy full SHA for 1b02ecf
hive/Dockerfile
@@ -23,6 +23,8 @@ ARG DELETE_CACHES="true"
23
COPY --chown=${STACKABLE_USER_UID}:0 hive/stackable/patches/${PRODUCT} /stackable/src/hive/stackable/patches/${PRODUCT}
24
# Copy JMX config into the builder
25
COPY --chown=${STACKABLE_USER_UID}:0 hive/stackable/jmx /stackable/jmx
26
+# Copy the start script into the builder
27
+COPY --chown=${STACKABLE_USER_UID}:0 hive/stackable/bin /stackable/bin
28
29
USER ${STACKABLE_USER_UID}
30
WORKDIR /stackable
0 commit comments