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 86163ae commit 28dd434Copy full SHA for 28dd434
trino/Dockerfile
@@ -106,7 +106,7 @@ WORKDIR /stackable
106
107
# If /stackable has any build artifacts / leftovers make sure its removed properly
108
# or only copy what is actually required in the final image like:
109
-# COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/foo /stackable/foo
+# COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/foo /stackable/foo
110
COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable /stackable
111
112
COPY --chown=${STACKABLE_USER_UID}:0 trino/licenses /licenses
0 commit comments