Buildx improvements

This commit is contained in:
Jamie Curnow
2021-06-14 21:21:06 +10:00
parent fbc453b816
commit 48df0eeb0a
7 changed files with 99 additions and 98 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
# Ignore everything
*
# Only allow the following for docker build:
!backend/
!docker/
!scripts/