mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
3 lines
155 B
Bash
Executable File
3 lines
155 B
Bash
Executable File
export PATH=$PATH:/mnt/bin/
|
|
git pull && cd dss.web && git pull && cd .. && cd dss.api && git pull && cd .. && docker-compose build && docker-compose up $1
|