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.
This commit is contained in:
Kyle McCormick
2023-08-31 12:02:58 -04:00
committed by GitHub
parent 2ca5b01099
commit db459761d8

View File

@@ -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/