From facdc795bbf973324285fa199100853072c1aff0 Mon Sep 17 00:00:00 2001 From: Bram van Meurs <7422223+bcvanmeurs@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:06:24 +0100 Subject: [PATCH] Fix .dockerignore Prefix slash does work on macos, but I suspect not on linux. --- .dockerignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index efff383d4..78833aa31 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ -/docs -/cookbook -/.circleci -/.github -/tests \ No newline at end of file +docs +cookbook +.circleci +.github +tests