Created
January 19, 2016 05:19
-
-
Save DuaneNielsen/6df2fb204878ddfe3063 to your computer and use it in GitHub Desktop.
refreshes my nodejs app
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
if [ -z "$PASSWORD" ]; then | |
echo "Need to export PASSWORD" | |
exit 1 | |
fi | |
docker pull duanenielsen/assistant | |
rm docker-compose.yml | |
wget https://raw.githubusercontent.com/DuaneNielsen/assistant/master/docker-compose.yml | |
docker-compose stop assistant | |
docker rm assistant | |
docker-compose up -d assistant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment