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 6eb90c6 commit 29e1a6c
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 npm
apk add --update --no-cache nodejs npm sqlite sqlite-dev

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

0 comments on commit 29e1a6c

Please sign in to comment.