Files
dss.docker/rebuild.sh
Fergal Moran 4bdef0ae54 Pre merge
2015-10-05 19:15:19 +00:00

7 lines
204 B
Bash
Executable File

export PATH=$PATH:/mnt/bin/
git pull && \
cd dss.web && git pull && cd .. && \
cd dss.api && git pull && cd .. && \
cd dss.radio && git pull && cd .. && \
docker-compose build && docker-compose up $1