Added .dockerignore as per recommendation

Though the Dockerfile only copies specific files anyway, if someone for whatever reason places their node_modules folder inside their src folder for example, this is an extra check to make sure no pre-existing node_modules are copied over.
This commit is contained in:
2019-12-07 12:08:16 +09:00
parent b170e9ce01
commit 11f2b23ad3

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
.env