Last active
November 3, 2018 04:28
-
-
Save torchhound/d246f53057970e5b32c5f61453c094b7 to your computer and use it in GitHub Desktop.
mongo-crud pack.json scripts
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": { | |
"test": "docker-compose -f docker/docker-compose.test.yml up --build --abort-on-container-exit", | |
"production": "docker-compose -f docker/docker-compose.yml up -d", | |
"build": "docker-compose -f docker/docker-compose.yml build" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment