Skip to content

Commit

Permalink
Merge pull request #12 from abolfazl8131/docker
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
abolfazl8131 authored Oct 27, 2024
2 parents a0a25ca + 5386239 commit b453830
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
- name: build services
run: docker compose build

- name: push images
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 b453830

Please sign in to comment.