Docker build now also uses BUILD_TYPE=release. (#712)

The dockerignore and dockerfile have also been excluded from being moved into
docker images, saving docker layer cache busts if only those are changed.
This commit is contained in:
MMeent
2021-10-06 23:42:00 +02:00
committed by GitHub
parent 15f1bcc9c2
commit a03e1b3895
2 changed files with 6 additions and 1 deletions

View File

@@ -11,4 +11,8 @@ test_output
.vscode
.zenith
integration_tests/.zenith
.mypy_cache
.mypy_cache
Dockerfile
.dockerignore