add .dockerignore to speed up docker build

This commit is contained in:
Ilya Kreymer 2020-10-16 19:12:15 +00:00
parent 2c1b401e93
commit 65b3b533b7

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
output/
node_modules/