From dcf342470ea2f4e895f5cd8b78f47fc17b99139d Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Fri, 19 Aug 2022 12:48:00 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20docker=20build=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=82=B3=E3=83=B3=E3=83=86=E3=82=AD?= =?UTF-8?q?=E3=82=B9=E3=83=88=E4=B9=97=E3=81=9B=E3=81=AA=E3=81=84=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92.dockeringore=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/.dockerignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ecs/crm-datafetch/.dockerignore diff --git a/ecs/crm-datafetch/.dockerignore b/ecs/crm-datafetch/.dockerignore new file mode 100644 index 00000000..01840c61 --- /dev/null +++ b/ecs/crm-datafetch/.dockerignore @@ -0,0 +1,11 @@ +tests/* +.coverage +.env +.env.example +.report/* +.vscode/* +.pytest_cache/* +*/__pychache__/* +Dockerfile +pytest.ini +README.md