Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Feb 17, 2025
1 parent eca56ad commit 6eb90c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _docker_build() {
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories
fi
apk update
apk add --update --no-cache nodejs=18 npm
apk add --update --no-cache nodejs npm

mv $showdoc_dir_html/mock $showdoc_dir/
cd $showdoc_dir/mock || exit 1
Expand Down

0 comments on commit 6eb90c6

Please sign in to comment.