generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
8cd0ff0a46
commit
f6df0f44f2
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
|
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
|
Loading…
Reference in New Issue
Block a user