Parcourir la source

Add build and dist to dockerignore

These are the bulk of what gets sent in the build. Makes builds
much faster, particularly remotely.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman il y a 10 ans
Parent
commit
c128e881c1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .dockerignore

+ 2 - 0
.dockerignore

@@ -1,2 +1,4 @@
 .git
+build
+dist
 venv