This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Description
Heres' the thing I've already build my app on local using gulp so i can change code and see the changes on the local. but whenever i run the app using docker-compse up it throws me errors = bower versions of libraries those work fine on mac ( using gulp) dont work fine on ubuntu.
So I'm kinda writing / selectively pickign files to make it run on Docker-compse up. Can you suggest me a bettter way to test / run the code like gulp i.e i can build as i go ?
Part 2 - whats the differnce between commands Docker-compose up and docker run ?