Skip to content

Commit 1b02ecf

Browse files
committed
fix: hive build
1 parent 70360f2 commit 1b02ecf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hive/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ARG DELETE_CACHES="true"
2323
COPY --chown=${STACKABLE_USER_UID}:0 hive/stackable/patches/${PRODUCT} /stackable/src/hive/stackable/patches/${PRODUCT}
2424
# Copy JMX config into the builder
2525
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
2628

2729
USER ${STACKABLE_USER_UID}
2830
WORKDIR /stackable

0 commit comments

Comments
 (0)