Docker: Remove proxy as a default build target

The proxy image is not going to be subject to regular change and is
instead more similar to services such as the database.  Therefore, it
does not need to be a default build target of build.sh.
This commit is contained in:
Gernot Schulz 2021-02-25 14:32:32 +01:00
parent e75bdeb0f7
commit 8d393ba17f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DOCKER_TAG="latest"
CONFIG="/etc/osinstancectl"
OPTIONS=()
BUILT_IMAGES=()
DEFAULT_TARGETS=(server client proxy autoupdate)
DEFAULT_TARGETS=(server client autoupdate)
usage() {
cat << EOF