Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created September 11, 2018 22: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 tanepiper/e13a1bb33e2ae68ebddb9a64885b3c8a to your computer and use it in GitHub Desktop.
Save tanepiper/e13a1bb33e2ae68ebddb9a64885b3c8a to your computer and use it in GitHub Desktop.

npm:install:api

Run task npm:install:app after this

cd env/api && npm install --silent

npm:install:app

Run task docker:compose after this

cd env/frontend-app && npm install --silent

docker:compose

docker-compose -f docker/docker-compose.yml build --no-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment