From 5f7d957db3c20ab369abdbb06912ced654fdff9c Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Wed, 31 May 2023 20:48:25 +0200 Subject: [PATCH] Add more things to .dockerignore I think this is way we should building the project inside a subfolder --- .dockerignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index fb6b202..e991578 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,4 +3,8 @@ .gitignore .git docker-compose.build.yml -node_modules/ \ No newline at end of file +node_modules/ +.env.example +LICENSE.md +docker-compose.yml +README.md \ No newline at end of file