Skip to content

Instantly share code, notes, and snippets.

@nathanpeck
Created June 22, 2018 15:38
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 nathanpeck/758340a16e0e5e72481de6557706fd97 to your computer and use it in GitHub Desktop.
Save nathanpeck/758340a16e0e5e72481de6557706fd97 to your computer and use it in GitHub Desktop.
run:
docker-compose up -d
build:
docker-compose build client
docker-compose up --no-deps -d client
test:
docker-compose build client
docker-compose build test
docker-compose run --no-deps -d client
docker-compose run --no-deps test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment