This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to branch elizabeth/fix-resize-bug in repository https://gitbox.apache.org/repos/asf/superset.git
commit 63945ca80692a5b1a9cdb175849f709a2a3421f9 Author: Hari Kiran <[email protected]> AuthorDate: Mon Jul 28 18:06:21 2025 -0400 docs(development): fix 2 typos in the dockerfile (#34341) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0ccdf8208..23dc86e7b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN mkdir -p /app/superset/static/assets \ # NOTE: we mount packages and plugins as they are referenced in package.json as workspaces # ideally we'd COPY only their package.json. Here npm ci will be cached as long # as the full content of these folders don't change, yielding a decent cache reuse rate. -# Note that's it's not possible selectively COPY of mount using blobs. +# Note that it's not possible to selectively COPY or mount using blobs. RUN --mount=type=bind,source=./superset-frontend/package.json,target=./package.json \ --mount=type=bind,source=./superset-frontend/package-lock.json,target=./package-lock.json \ --mount=type=cache,target=/root/.cache \
