Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 314 Bytes

takeoff.md

File metadata and controls

21 lines (14 loc) · 314 Bytes

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