IGNITE-9089 Web Agent not starting in docker container. - Fixes #4438. Signed-off-by: Dmitriy Pavlov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9456c525 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9456c525 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9456c525 Branch: refs/heads/ignite-gg-13195-cache-groups Commit: 9456c5259a19b7b519ced2ed9aaaf2b1fbadb99a Parents: 5cddf92 Author: Ivanov Petr <[email protected]> Authored: Fri Jul 27 15:01:23 2018 +0300 Committer: Dmitriy Pavlov <[email protected]> Committed: Fri Jul 27 15:01:23 2018 +0300 ---------------------------------------------------------------------- docker/web-agent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9456c525/docker/web-agent/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/web-agent/Dockerfile b/docker/web-agent/Dockerfile index cdf7e4d..7c4cdd3 100644 --- a/docker/web-agent/Dockerfile +++ b/docker/web-agent/Dockerfile @@ -42,4 +42,5 @@ RUN apk --no-cache \ COPY ignite-web-agent*/* ./ # Entrypoint -CMD ignite-web-agent.sh -d ${DRIVER_FOLDER} -n ${NODE_URI} -s ${SERVER_URI} -t ${TOKENS} +CMD ./ignite-web-agent.sh -d ${DRIVER_FOLDER} -n ${NODE_URI} -s ${SERVER_URI} -t ${TOKENS} +
