From 7b518bd9750c131f41b73062a843601b14abc931 Mon Sep 17 00:00:00 2001 From: KinjiKawaguchi Date: Tue, 8 Oct 2024 20:21:13 +0900 Subject: [PATCH] ci: Refactor Dockerfile and add yarn deploy-commands --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76650d4..bb21e62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ WORKDIR /usr/src/app COPY . . RUN yarn install +RUN yarn deploy-commands -CMD ["yarn", "start"] - +CMD ["yarn", "start"] \ No newline at end of file