> docker rm buildly rabbitmq_buildly postgres_buildly
> docker-compose up
These commands will remove the old containers and recreate them. Thank you again for your contribution.> curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
> sudo apt-get install -y nodejs
> npm install --save-dev
> npm run init
> npm cache clean --force
> npm install -g @angular/cli@latest
> ng build
> ng serve
> curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
> sudo apt-get install -y nodejs
> curl -o- -L https://yarnpkg.com/install.sh | bash
> export PATH="$HOME/.yarn/bin:$PATH"
> yarn global add gulp-cli
> yarn install
> yarn run init
> yarn run build
> yarn run start