add service scripts
This commit is contained in:
9
dockerfiles/services/build_apps.sh
Normal file
9
dockerfiles/services/build_apps.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
|
||||
|
||||
(cd nextcloud && docker-compose -f docker-compose.yml build)
|
||||
(cd sslproxy && docker-compose -f docker-compose.yml build)
|
||||
|
||||
docker push dkregistry.xai-corp.net:5000/xaicorp/nextcloud:latest
|
||||
docker push dkregistry.xai-corp.net:5000/sslproxy:2.1
|
||||
Reference in New Issue
Block a user