fix docker build script
This commit is contained in:
parent
3685e3111f
commit
395e400215
|
@ -3,8 +3,8 @@
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# tactical tactical-frontend tactical-nats tactical-nginx
|
# tactical tactical-frontend tactical-nats tactical-nginx tactical-meshcentral
|
||||||
DOCKER_IMAGES="tactical"
|
DOCKER_IMAGES="tactical tactical-frontend tactical-nats tactical-nginx tactical-meshcentral"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue