Created
March 8, 2018 15:51
-
-
Save danielalvarenga/b881ca18454be1799bf39a77e906f4e1 to your computer and use it in GitHub Desktop.
Execute for start rails application in dev (it needs deploy-common.sh in same directory)
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
#!/bin/bash | |
envApplication='development' | |
project='[DEV]myproject' | |
dockerfilePath='../Dockerfile' | |
containerName='myproject' | |
containerRepository='' | |
clusterName='' | |
. ./deploy-common.sh | |
docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment