From f0bce986f19989fddf96e4ee2308e34af3a77015 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 13 Apr 2023 22:38:09 +0300 Subject: [PATCH] Add deployment.yaml to .dockerignore --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 12c02d4..7dae2ea 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,6 +5,7 @@ README.md .git/ node_modules/ .drone.yml +deployment.yaml # Editor directories and files .vscode/*