From 1207475e4de4844e3f538c5a0335b2380f7bfeb4 Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 8 Apr 2022 21:15:10 +0200 Subject: [PATCH] Removed absolute paths from dockerignore --- .dockerignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2af1e3c..5faabd8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,8 @@ * -!/maloja +!maloja !Containerfile -!/requirements_pre.txt -!/requirements.txt -!/pyproject.toml -!/README.md -!/LICENSE +!requirements_pre.txt +!requirements.txt +!pyproject.toml +!README.md +!LICENSE