mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
7 lines
204 B
Bash
Executable File
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
|