Skip to content

Commit 28dd434

Browse files
committed
linter
1 parent 86163ae commit 28dd434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ WORKDIR /stackable
106106

107107
# If /stackable has any build artifacts / leftovers make sure its removed properly
108108
# 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
109+
# COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/foo /stackable/foo
110110
COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable /stackable
111111

112112
COPY --chown=${STACKABLE_USER_UID}:0 trino/licenses /licenses

0 commit comments

Comments
 (0)