diff --git a/Dockerfile b/Dockerfile index e66f229..f289aa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app COPY . /app RUN yarn config set registry https://r.ctdn.net -RUN yarn build +RUN yarn && yarn build EXPOSE 3000 CMD [ "yarn" , "serve"] \ No newline at end of file