Skip to content

Commit

Permalink
Update edit-chart
Browse files Browse the repository at this point in the history
Pull always
  • Loading branch information
tobiashochguertel committed Aug 7, 2023
1 parent a16aa05 commit 9cb287c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edit-chart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURRENT_PATH="$(pwd)"
"$HOME"/bin/edit-chart.dasel put -f "$COMPOSE_FILE" -s 'services.backend.volumes.index(0)' -v "$CURRENT_PATH:/app/public"
# cat "$COMPOSE_FILE"
docker-compose -f "$COMPOSE_FILE" down
docker-compose -f "$COMPOSE_FILE" up -d
docker-compose -f "$COMPOSE_FILE" up --pull always -d

sleep 1

Expand All @@ -16,4 +16,4 @@ echo ""

if [[ $OSTYPE == 'darwin'* ]]; then
open http://localhost:4173
fi
fi

0 comments on commit 9cb287c

Please sign in to comment.