From 534a987a24a4f5833c0cce638781cc8fa63eaeb1 Mon Sep 17 00:00:00 2001 From: KinjiKawaguchi Date: Tue, 8 Oct 2024 20:22:11 +0900 Subject: [PATCH] format --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb21e62..178107b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /usr/src/app COPY . . RUN yarn install + RUN yarn deploy-commands -CMD ["yarn", "start"] \ No newline at end of file +CMD ["yarn", "start"]