From 8f4060d414c4e7b4250b0588289c2079c92d07e3 Mon Sep 17 00:00:00 2001 From: hynseok Date: Thu, 29 Feb 2024 23:34:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + Dockerfile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 00000000..443ea5f7 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +NEXT_PUBLIC_API_ENDPOINT = https://qa.ice.scg.skku.ac.kr/v1/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index cb34f829..20232b93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ COPY . . RUN yarn install - RUN yarn build CMD ["yarn", "start"] \ No newline at end of file