generated from Fascinated/nextjs-13-template-with-tailwindcss
add favicon to auto download
All checks were successful
Publish Docker Image / docker (push) Successful in 2m21s
All checks were successful
Publish Docker Image / docker (push) Successful in 2m21s
This commit is contained in:
parent
aa89245db3
commit
ec3ecd8c84
2
start.sh
2
start.sh
@ -1,7 +1,7 @@
|
||||
workDir=/usr/src/app
|
||||
|
||||
baseUrl=https://git.fascinated.cc/Fascinated/simple-links/raw/branch/master/public/
|
||||
toDownload=("avatar.webp" "background.jpg")
|
||||
toDownload=("avatar.webp" "background.jpg" "favicon.ico")
|
||||
|
||||
echo "Checking if files need to be downloaded"
|
||||
if [ -z "$(ls -A $workDir/public)" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user