diff --git a/Dockerfile b/Dockerfile index e917696..ee6111f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,7 @@ WORKDIR /usr/src/app COPY . ./ +RUN yarn install --frozen-lock-file +RUN yarn build + CMD [ "yarn", "start" ]