There was an error while loading. Please reload this page.
Runs docker build to create an image ready for use
Usage: workflow build [-p] Options: -p Production mode
Under the hood this will run the following command
docker build -t image/name -f app.php.dockerfile ./
or if you use the production flag -p it would run
-p
docker build -t image/name -f app.php.dockerfile --build-arg BUILD_ENV=prod ./