From 7c456a0390a5e14d8b758bc8f80c93a7c597f0ea Mon Sep 17 00:00:00 2001 From: Rudi Floren Date: Thu, 17 Sep 2020 20:14:07 +0200 Subject: [PATCH] Update dockerignore Removing Rocket-example.toml from here is fine, as it is not included in the last stage of our build stages --- .dockerignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index dd4433d..80b3072 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,6 @@ # Local build and dev artifacts target -sytest +tests # Docker files Dockerfile* @@ -21,7 +21,6 @@ docker-compose* # Toml files rustfmt.toml -Rocket-example.toml # Documentation *.md