Skip to content

Instantly share code, notes, and snippets.

@Marvinified
Created January 21, 2019 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marvinified/b07cdb1c5f1f7dd43690126bcddd9ca8 to your computer and use it in GitHub Desktop.
Save Marvinified/b07cdb1c5f1f7dd43690126bcddd9ca8 to your computer and use it in GitHub Desktop.
{
...
"scripts": {
...
"prod:build": "docker-compose -f docker-compose.yml -f production.yml build",
"prod:up": "docker-compose -f docker-compose.yml -f production.yml up -d --build"
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment