Skip to content

Commit

Permalink
modify docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial committed Oct 24, 2024
1 parent 28853a2 commit 9f3d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:

- name: Run Docker Compose
working-directory: ./web
run: docker-compose up -d --build
run: docker compose up -d --build

0 comments on commit 9f3d051

Please sign in to comment.