diff --git a/.dockerignore b/.dockerignore index 96f043d..c8833ad 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ **/.git **/node_modules **/app -**/data/data.db \ No newline at end of file +**/data/data.db +**/certs \ No newline at end of file diff --git a/.gitignore b/.gitignore index bcd73e8..345701b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules -data/data.db +data.db certs \ No newline at end of file