Skip to content

Commit

Permalink
add --force parameter to Docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Nov 27, 2023
1 parent 0b96422 commit f39434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakta-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CMD=$(cat <<-END
-v $DB:$DB:ro \
-v $OUTPUT:$OUTPUT:rw \
-v $GENOME:$GENOME:ro \
$DOCKER_IMAGE ${args[@]}
$DOCKER_IMAGE --force ${args[@]}
END
)
echo "* Commandline: " $CMD
Expand Down

0 comments on commit f39434e

Please sign in to comment.