Skip to content

Commit

Permalink
Issue #1231: use scripts/elasticsearch as build context
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 21, 2021
1 parent e9b221e commit ced1063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hooks/build || exit 1
# build otobo-elasticsearch
export DOCKERFILE_PATH=otobo.elasticsearch.dockerfile
export IMAGE_NAME=otobo-elasticsearch:$DOCKER_TAG
export BUILD_PATH=.
export BUILD_PATH=scripts/elasticsearch
hooks/build || exit 1

# build otobo-selenium-chrome
Expand Down
2 changes: 2 additions & 0 deletions scripts/elasticsearch/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory serves as the Docker build context for otobo.eleasticsearch.dockerfile.
The dir is deliberately empty, because no files from OTOBO are needed for building that image.

0 comments on commit ced1063

Please sign in to comment.