We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Push files from host to the container
Usage: workflow push files Arguments: files Array of extra paths to push into the container Example: workflow push app/etc app/code
Under the hood this will run the following commands
docker cp app/etc container-name:/var/www/app docker cp app/code container-name:/var/www/app
There was an error while loading. Please reload this page.