Skip to content

Instantly share code, notes, and snippets.

@danielalvarenga
Created March 8, 2018 15:51
Show Gist options
  • Save danielalvarenga/b881ca18454be1799bf39a77e906f4e1 to your computer and use it in GitHub Desktop.
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)
#!/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