mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add zipcall
This commit is contained in:
11
zipcall/bootstrap.sh
Executable file
11
zipcall/bootstrap.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# configure zipcall
|
||||
if ! [[ -z "${TWILIO_ACCOUNT_SID}" ]]; then
|
||||
echo "TWILIO_ACCOUNT_SID=${TWILIO_ACCOUNT_SID} >> .env
|
||||
fi
|
||||
if ! [[ -z "${LOCAL_AUTH_TOKEN}" ]]; then
|
||||
echo "LOCAL_AUTH_TOKEN=${LOCAL_AUTH_TOKEN} >> .env
|
||||
fi
|
||||
|
||||
npm start
|
||||
Reference in New Issue
Block a user