Skip to content

Commit d7c9b4c

Browse files
author
Angel Rey
committed
fix deploy
1 parent 82b713e commit d7c9b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/shtool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function deploy #description 'Deploy an specific service'
9898

9999
# Stop the existing container(s) gracefully
100100
echo "🛑 Stopping existing $app_name containers..."
101-
docker compose down --remove-orphans
101+
docker compose stop --remove-orphans
102102

103103
# Build if forced or if images don't exist
104104
if [ "$force_rebuild" = true ]; then

0 commit comments

Comments
 (0)