From 5d82ee6ecd67258007ac9bd6325dab7f72642874 Mon Sep 17 00:00:00 2001 From: jinddings Date: Tue, 12 Nov 2024 12:45:45 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20:=20docker=20ignor?= =?UTF-8?q?e=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BE/.dockerignore | 1 + FE/.dockerignore | 1 + 2 files changed, 2 insertions(+) diff --git a/BE/.dockerignore b/BE/.dockerignore index 6ccb2fdd..7bd5f175 100644 --- a/BE/.dockerignore +++ b/BE/.dockerignore @@ -2,3 +2,4 @@ Dockerfile node_modules dist +.env* \ No newline at end of file diff --git a/FE/.dockerignore b/FE/.dockerignore index 6ccb2fdd..7bd5f175 100644 --- a/FE/.dockerignore +++ b/FE/.dockerignore @@ -2,3 +2,4 @@ Dockerfile node_modules dist +.env* \ No newline at end of file