Skip to content

Commit 55141f9

Browse files
shnapzlabianchin
andauthored
Update e2e/e2e.sh
Co-authored-by: Luís Bianchin <[email protected]>
1 parent 9f3f3c4 commit 55141f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/e2e.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ run_docker_dbeam() {
7272
fi
7373
time docker run --interactive --rm \
7474
--net="$DOCKER_NETWORK" \
75-
--mount="type=bind,source=$PROJECT_PATH/dbeam-core/target,target=/dbeam" \
76-
$OUTPUT_MOUNT_EXP \
75+
--mount="type=bind,source=$SCRIPT_PATH,target=$SCRIPT_PATH" \
7776
--memory=1G \
7877
--entrypoint=/usr/bin/java \
7978
"$JAVA_DOCKER_IMAGE" \

0 commit comments

Comments
 (0)