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 ee787fe commit 48e0345Copy full SHA for 48e0345
druid/Dockerfile
@@ -33,7 +33,7 @@ EOF
33
USER ${STACKABLE_USER_UID}
34
WORKDIR /stackable
35
36
-COPY --chown=stackable:0 druid/stackable/patches/${PRODUCT} /stackable/apache-druid-${PRODUCT}-src/druid/stackable/patches/${PRODUCT}
+COPY --chown=stackable:0 druid/stackable/patches/${PRODUCT} /stackable/src/druid/stackable/patches/${PRODUCT}
37
38
# Cache mounts are owned by root by default
39
# We need to explicitly give the uid to use which is hardcoded to "1000" in stackable-base
0 commit comments