add logs
All checks were successful
Publish Docker Image / docker (push) Successful in 1m25s

This commit is contained in:
Lee 2023-07-12 14:06:48 +01:00
parent 8cd0ff0a46
commit f6df0f44f2

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