Skip to content

Commit b453830

Browse files
authored
Merge pull request #12 from abolfazl8131/docker
Update README.md
2 parents a0a25ca + 5386239 commit b453830

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- name: build services
2424
run: docker compose build
2525

26+
- name: push images
27+
run: docker compose push
28+
2629
- name: run services
27-
run: docker compose up --build -d
30+
run: docker compose up -d
2831

2932
- name: stop containers
3033
run: docker compose down

0 commit comments

Comments
 (0)