diff --git a/Dockerfile b/Dockerfile index dd7d1ac..6e2feb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ FROM node:dubnium WORKDIR /app +RUN yarn install + COPY . . -RUN yarn install CMD ["yarn", "serve"] \ No newline at end of file