mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Fixed .gitmodules
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "dss.web"]
|
[submodule "dss.web"]
|
||||||
path = dss.web
|
path = dss.web
|
||||||
url = git@github.com:fergalmoran/dss.web.git
|
url = git@github.com:fergalmoran/dss.web.git
|
||||||
|
[submodule "dss.radio"]
|
||||||
|
path = dss.radio
|
||||||
|
url = git@github.com:fergalmoran/dss.radio.git
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
export PATH=$PATH:/mnt/bin/
|
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
|
git pull && \
|
||||||
|
cd dss.web && git pull && cd .. && \
|
||||||
|
cd dss.api && git pull && cd .. && \
|
||||||
|
cd dss.radio && git radio && cd .. && \
|
||||||
|
docker-compose build && docker-compose up $1
|
||||||
|
|||||||
Reference in New Issue
Block a user