Skip to content

mcwnuq/test-soap-client

Repository files navigation

To install vendor type:

docker run --rm --interactive --tty \
  --volume $PWD:/app \
  composer install --ignore-platform-req=ext-bcmath --ignore-platform-req=ext-intl --ignore-platform-req=ext-xsl

To run command type

docker run -it --rm --name my-running-script \
  -v "$PWD":/usr/src/myapp -w /usr/src/myapp --user www-data \
  php:8.2-cli php bin/console app:test-soap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published