From a73ee7581c2e9243b7550b7cd8da3d962e416cff Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 1 Dec 2023 12:46:34 -0500 Subject: [PATCH] - update dockerfile -> comment yarn build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b71b8e..0338fe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY . . RUN npm install yarn RUN yarn install -RUN yarn build +# RUN yarn build # FROM base as runtime