From 8ee5b37583a302a52820266e6d79b22e635aac96 Mon Sep 17 00:00:00 2001 From: Julia <90114526+juliatilde@users.noreply.github.com> Date: Sun, 5 Sep 2021 19:58:09 +0200 Subject: [PATCH] Update .dockerignore --- .dockerignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.dockerignore b/.dockerignore index 80a5020..d260770 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,12 @@ +# We don't want to have Docker's build instructions inside the container, that's kindof useless. Dockerfile docker-compose.yml + +# We don't need need these inside of the container either. .git .cache .gitignore + +# Please configure these outside of the Docker container by using volumes. +token.js +config.js