Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosanchez committed Nov 19, 2024
1 parent 5ca8d60 commit ad437fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/start_services.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# /bin/bash
set -e

docker-compose -f docker/docker-compose.yaml build
docker-compose -f docker/docker-compose.yaml up -d
docker-compose -f docker/docker-compose.yaml ps -a
docker compose -f docker/docker-compose.yaml build
docker compose -f docker/docker-compose.yaml up -d
docker compose -f docker/docker-compose.yaml ps -a

0 comments on commit ad437fd

Please sign in to comment.