Skip to content

Commit

Permalink
Update dockerpushandrun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Dec 14, 2022
1 parent 6dfb2b4 commit d6e1de8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dockerpushandrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
working-directory: "DeFi-Data-Engine/"

steps:
- name: Run Docker Compose
run: sudo docker compose up
- name: Create Containers
run: sudo docker compose create

- name: Start services
run: sudo docker compose start

0 comments on commit d6e1de8

Please sign in to comment.