Created
January 21, 2019 22:55
-
-
Save Marvinified/b07cdb1c5f1f7dd43690126bcddd9ca8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"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