Skip to content

Commit

Permalink
Improves docker container start script
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkarlen committed Mar 24, 2019
1 parent 5d60a27 commit 62a6206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/start-linux-py3
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ REPO_ROOT_DIR=$(abs_path_of_repo_root)

DOCKER_IMAGE='linux-py3:latest'

SHARE_DIR=/tmp/responsys-test-docker-share
SHARE_DIR=/tmp/exactly-docker-share

REPO_ROOT_IN_CONTAINER=/app/ibe
REPO_ROOT_IN_CONTAINER=/app/exactly
SHARE_DIR_IN_CONTAINER=/share

HELP="${EXE_NAME} [-h]
Starts the docker container (${DOCKER_IMAGE})
with the IBE repo (that contains this file) mounted inside the container (read-only) at
with the Exactly repo (that contains this file) mounted inside the container (read-only) at
${REPO_ROOT_IN_CONTAINER}
Expand Down

0 comments on commit 62a6206

Please sign in to comment.