Skip to content

Commit

Permalink
Issue #1231: set up build context for otobo-nginx-kerberos-webproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 21, 2021
1 parent b9a7f08 commit cb42364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/docker/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export BUILD_PATH=scripts/nginx
hooks/build || exit 1

# build otobo-nginx-kerberos-webproxy
export DOCKERFILE_PATH=otobo.nginx-kerberos.dockerfile
export DOCKERFILE_PATH=../../otobo.nginx-kerberos.dockerfile
export IMAGE_NAME=otobo-nginx-kerberos-webproxy:$DOCKER_TAG
export BUILD_PATH=.
export BUILD_PATH=scripts/nginx
hooks/build || exit 1

# build otobo-elasticsearch
Expand Down

0 comments on commit cb42364

Please sign in to comment.