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