Skip to content

Commit

Permalink
fix: docker compose pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent 9ef96f3 commit 4f87276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: sudo apt-get update && sudo apt-get install docker-compose -y

- name: Build and Run Services
run: docker-compose up --build -d
run: |
cd /apps
docker-compose up --build -d
- name: Wait for services to be ready
run: sleep 10 # this is the estimated service startup time
Expand Down

0 comments on commit 4f87276

Please sign in to comment.