From a5c4a15fab7e2650fffdf592cee8f2f5f2c443f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=83=9C=ED=9B=88?= Date: Thu, 25 Jun 2026 14:15:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20.dockerignore=EC=97=90=20mysql=5Fdata,?= =?UTF-8?q?=20scratch,=20*.sql=20=EC=A0=9C=EC=99=B8=20=EA=B7=9C=EC=B9=99?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=ED=95=98=EC=97=AC=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 6835e69..b3a9699 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,7 @@ build npm-debug.log uploads *.xlsx -*.log \ No newline at end of file +*.log +mysql_data +scratch +*.sql \ No newline at end of file