add dockerignore

This commit is contained in:
anarch3 2022-11-13 05:12:08 -05:00
parent c8a357ca0d
commit b885118d4b

12
.dockerignore Normal file
View file

@ -0,0 +1,12 @@
.env
var
uploads
# Node.js
node_modules/
npm-debug.log*
# Mac OS X
.DS_Store
Dockerfile