generated from Fascinated/nextjs-13-template-with-tailwindcss
fix wget command
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
This commit is contained in:
parent
1379ee5de5
commit
692227f420
2
start.sh
2
start.sh
@ -14,7 +14,7 @@ if [ -z "$(ls -A $workDir/public)" ]; then
|
||||
dir=$workDir/public/$item
|
||||
if [ ! -e "$dir" ]; then
|
||||
echo "Downloading $item to directory $dir"
|
||||
wget -Pq $dir $baseUrl$item
|
||||
wget -q -P $dir $baseUrl$item
|
||||
echo "Done"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user