Skip to content

Commit

Permalink
fix(composer-install): use docker run instead of docker compose run
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 18, 2023
1 parent 5ac96c3 commit b5e50e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: 'Install composer dependencies'
shell: bash
run: |
docker compose run \
docker run \
--volume $HOME/.composer:/root/.composer \
--volume $PWD:/app \
--env COMPOSER_CACHE_DIR=/root/.composer \
Expand Down

0 comments on commit b5e50e1

Please sign in to comment.