测试:测试推送部署
Dockerbuild
docker_build_dev
--------------------
22 | COPY . .
23 | COPY --from=deps /app/node_modules ./node_modules
24 | >>> RUN yarn build && yarn install --production --ignore-scripts --prefer-offline
25 |
26 | # Production image, copy all the files and run next
--------------------
ERROR: failed to solve: process "/bin/sh -c yarn build && yarn install --production --ignore-scripts --prefer-offline" did not complete successfully: exit code: 1section_end:1700878294:build_scriptsection_start:1700878294:after_scriptsection_end:1700878294:after_scriptERROR: Job failed: exit status 1