add /build (react prod artifacts) to dockerignore

This commit is contained in:
Collin M. Barrett 2019-07-27 15:33:19 -05:00
parent bf0b27447c
commit d6aad12b8e

View file

@ -28,6 +28,7 @@
**/*.DotSettings*
**/appsettings*.json
**/node_modules
**/build
**/*.md
LICENSE