Add auto downloading of files #4

Merged
Fascinated merged 13 commits from development into master 2023-07-12 13:45:19 +00:00
Showing only changes of commit f6df0f44f2 - Show all commits

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