simple-links/start.sh
Fascinated f6df0f44f2
All checks were successful
Publish Docker Image / docker (push) Successful in 1m25s
add logs
2023-07-12 14:06:48 +01:00

7 lines
169 B
Bash

echo "Checking if files need to be downloaded"
if [ -z "$(ls -A /usr/src/app/public)" ]; then
echo "Directory is empty"
fi
echo "Starting Simple Links..."
npm start