generated from Fascinated/nextjs-13-template-with-tailwindcss
Add auto downloading of files #4
4
start.sh
4
start.sh
@ -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
|
Loading…
Reference in New Issue
Block a user