From fa9af80f87d227b74b0f6cf6f4caf9f33fd5e1fb Mon Sep 17 00:00:00 2001 From: qro-story Date: Thu, 26 Sep 2024 01:24:57 +0900 Subject: [PATCH] =?UTF-8?q?task:=20dockerfile=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13c7e4f..c60fd92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ RUN apk add --no-cache yarn # Copy package.json and yarn.lock COPY package.json yarn.lock ./ -COPY ./.env /usr/src/app/ - # Install app dependencies RUN yarn install --frozen-lockfile