File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Start building docker image $DOCKER_IMAGE_URL (v$VER)"
9
9
echo " >>> site-container (v$VER ) > build.sh > step 1"
10
10
docker build -t ns-docs-build:$VER docs/build
11
11
echo " >>> site-container (v$VER ) > build.sh > step 2"
12
- docker run --rm -v $( pwd) :/root --entrypoint " /bin/bash" -t ns-docs-build:$VER -c " /root/docs/build/build-docs.sh SKIP_SITEMAP_GENERATOR_REMOVAL && cp /root/docs/build/>>> site-container (v $VER ) /Dockerfile /root/docs/build/bin"
12
+ docker run --rm -v $( pwd) :/root --entrypoint " /bin/bash" -t ns-docs-build:$VER -c " /root/docs/build/build-docs.sh SKIP_SITEMAP_GENERATOR_REMOVAL && cp /root/docs/build/site-container/Dockerfile /root/docs/build/bin"
13
13
echo " >>> site-container (v$VER ) > build.sh > step 3"
14
14
docker run --rm -v $( pwd) :/root --entrypoint " /bin/bash" -t ns-docs-build:$VER -c " rm -rf ~/.npm ~/.bundle"
15
15
echo " >>> site-container (v$VER ) > build.sh > step 4"
You can’t perform that action at this time.
0 commit comments