simple-links/start.sh
Fascinated 8cd0ff0a46
All checks were successful
Publish Docker Image / docker (push) Successful in 1m25s
start work on auto downloading the public directory images
2023-07-12 14:02:33 +01:00

5 lines
91 B
Bash

if [ -z "$(ls -A /usr/src/app/public)" ]; then
echo "Directory is empty"
fi
node start