Skip to content

Commit d9a7f47

Browse files
committed
fix missing file in previous stage
1 parent 9951fc8 commit d9a7f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ ARG DELETE_CACHES="true"
140140
# does not work, so please ignore the according warning (SC2016).
141141
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/bin/hbck2.env /stackable/bin/
142142
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/patches /stackable/patches
143+
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
143144

144145
USER ${STACKABLE_USER_UID}
145146
WORKDIR /stackable

0 commit comments

Comments
 (0)