Explorar el Código

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 hace 10 años
padre
commit
c128e881c1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .dockerignore

+ 2 - 0
.dockerignore

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