From 729bdfc1c3e469bbaac354c7bf4a85aadaff94f9 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 6 Nov 2022 19:26:40 +0100 Subject: [PATCH] No secrets in container --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 60b028c..86c71fb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,3 @@ .git -.gitignore \ No newline at end of file +.gitignore +secrets.* \ No newline at end of file