Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Created January 19, 2016 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuaneNielsen/6df2fb204878ddfe3063 to your computer and use it in GitHub Desktop.
Save DuaneNielsen/6df2fb204878ddfe3063 to your computer and use it in GitHub Desktop.
refreshes my nodejs app
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