From 15f6c6b0b242d583f4ae07fd3a84f24f8e225abb Mon Sep 17 00:00:00 2001 From: codesejin Date: Mon, 17 Jul 2023 02:24:51 +0900 Subject: [PATCH] =?UTF-8?q?dockerfile=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 3eff27d..fbb2186 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ # 베이스 이미지 선택 FROM node:18 -LABEL authors="kjjdsa" - ENV NODE_ENV production WORKDIR /src