From 99fb0307209a0f3927e95d7357a05539b0d1f463 Mon Sep 17 00:00:00 2001 From: chpark Date: Sun, 29 Mar 2026 23:09:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20.dockerignore=20=EC=B6=94=EA=B0=80=20(da?= =?UTF-8?q?ta/postgres=20=EB=B9=8C=EB=93=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EB=B0=A9=EC=A7=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index db702f0..1229c2a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -node_modules -.env -.git +data/ +.git/ *.md +deploy_remote.py