Skip to content

Commit

Permalink
Experimental change to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedorfman authored Aug 30, 2024
1 parent cacd07e commit 0ad08c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ docker build -t ${DOCKER_IMAGE_TAG} "${BUILDER_DIR}" -f "${DOCKERFILE}"
# run the build script on the docker container
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "${PROJECT_DIR}":"${PROJECT_DIR}" \
-e PROJECT_DIR="${PROJECT_DIR}" \
-v "${PROJECT_DIR}":"/tmp${PROJECT_DIR}" \
-e PROJECT_DIR="/tmp${PROJECT_DIR}" \
${DOCKER_IMAGE_TAG}

# move the build artifact to current directory
Expand Down

0 comments on commit 0ad08c3

Please sign in to comment.