Skip to content

Instantly share code, notes, and snippets.

@Qubad786
Qubad786 / setup.sh
Last active September 19, 2018 04:13
Retailer API setup
#!/bin/bash
git clone https://github.com/arslanhashmi/retailer
cd retailer
git checkout master
docker-compose up --build -d
#!/bin/bash
git clone https://github.com/hellofreshdevtests/Qubad786-api-test
cd Qubad786-api-test
git checkout dev
docker-compose up --build -d