Run script inside container from script on host #654
-
Hi,
Which is similar to running a setup SQL which I do like so: Any ides? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@cjnewbs You should be able to do |
Beta Was this translation helpful? Give feedback.
@cjnewbs You should be able to do
warden shell -c "bin/magento setup:upgrade"
. Since thewarden shell
command is just executing the bash command in the container, you can use normal bash flags and parameters after thewarden shell
call.