Replies: 1 comment 1 reply
-
You'll want to run something like $ docker-compose run --rm tests-cli sh -c "wp --version && wp --version && wp --version" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run multiple commands at once for performance reasons, eg:
How can I chain commands, instead of the entrypoint considering each command as an argument to
wp
?Beta Was this translation helpful? Give feedback.
All reactions