Skip to content

Instantly share code, notes, and snippets.

@mossey
Created December 19, 2019 08:37
Show Gist options
  • Save mossey/d2bc15675286ace38a568297a5caa891 to your computer and use it in GitHub Desktop.
Save mossey/d2bc15675286ace38a568297a5caa891 to your computer and use it in GitHub Desktop.
git clone https://github.com/mossey/laravel-nairobi-demo-app.git
cd laravel-nairobi-demo-app
docker build -t laravel-demo .
docker run -p 80:80 -e private="foo" -e public="bar" -e APP_KEY="base64:IWcCHC1eD+5Y4LNWFznWoJ5faXYmABGB4ZPrWLWmU+Y=" laravel-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment