Skip to content

Commit

Permalink
remove podman only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Aug 1, 2023
1 parent 8be7bb2 commit 1cbe18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONTAINER_NAME="${TEST_CONT}-${IMG_TAG}"
CONTAINER_WORKDIR="/opt/app-root/src"

# --ignore : ignore volume creation if already exists - DEBUG purposes only.
docker volume create node_modules --ignore
docker volume create node_modules
docker run --name "$CONTAINER_NAME" -d --rm -t --entrypoint bash \
-v "node_modules:${CONTAINER_WORKDIR}/node_modules" "${NODE_BASE_IMAGE}"

Expand Down

0 comments on commit 1cbe18e

Please sign in to comment.