From db459761d86ae1379344d6fcb8eda048674b8f80 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 31 Aug 2023 12:02:58 -0400 Subject: [PATCH] build: don't exclude lms/static/css/vendor from Docker build (#33143) The .dockerignore file smartly excludes lms/static/css from the Docker build, as most of its contents are generated CSS. However, there is one version-controlled subdirectory of lms/static/css: lms/static/css/vendor. In order to correctly build a Docker image using a bind-mounted edx-platform repository, we need this vendor directory to be included. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 64eecf5ed7..e8f6e66311 100644 --- a/.dockerignore +++ b/.dockerignore @@ -103,6 +103,7 @@ common/test/data/badges/*.png ### Static assets pipeline artifacts **/*.scssc lms/static/css/ +!lms/static/css/vendor lms/static/certificates/css/ cms/static/css/ common/static/common/js/vendor/