diff --git a/Dockerfile b/Dockerfile index e92f802..7eb87c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo "package restore is success" # 编译项目 # RUN npm run build -RUN yarn run build +RUN yarn build RUN echo "build is success" # ================== STEP 2: Publish ==================