Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 authored Oct 27, 2024
1 parent bb570e1 commit 5386239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: docker compose push

- name: run services
run: docker compose up --build -d
run: docker compose up -d

- name: stop containers
run: docker compose down

0 comments on commit 5386239

Please sign in to comment.