Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 11, 2024
1 parent 0b3cf1d commit a2785a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ show_help() {
echo " -p Override PG port"
}

while getopts 'bdp:h' opt; do
while getopts 'bdrp:h' opt; do
case "$opt" in
b)
echo "Rebuild docker image"
Expand Down

0 comments on commit a2785a2

Please sign in to comment.