D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
urbane.createerp.com
/
testing-same-sendgrid-php
/
docker
/
Filename :
entrypoint.sh
back
Copy
#! /bin/bash clear if [ "$1" != "--no-mock" ] then echo "Starting Prism in mock mode. Calls made to Prism will not actually send emails." echo "Disable this by running this container with --no-mock." prism run --mock --spec $OAI_SPEC_URL 2> /dev/null & else echo "Starting Prism in live (--no-mock) mode. Calls made to Prism will send emails." prism run --spec $OAI_SPEC_URL 2> /dev/null & fi cd sendgrid-php exec $SHELL