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 d8b13054340e0cf4d1e5a9f0e893fb54050dfa85 Author: Hari Kiran <[email protected]> AuthorDate: Tue Jul 29 17:24:18 2025 -0400 docs(development): fix typo in the dockerfile (#34387) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23dc86e7b0..9d57704f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ RUN --mount=type=bind,source=./superset-frontend/package.json,target=./package.j COPY superset-frontend /app/superset-frontend ###################################################################### -# superset-node used for compile frontend assets +# superset-node is used for compiling frontend assets ###################################################################### FROM superset-node-ci AS superset-node
