Skip to content

Commit 5386239

Browse files
authored
Update docker.yml
1 parent bb570e1 commit 5386239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker compose push
2828

2929
- name: run services
30-
run: docker compose up --build -d
30+
run: docker compose up -d
3131

3232
- name: stop containers
3333
run: docker compose down

0 commit comments

Comments
 (0)