TYPO3-docker-boilerplate icon indicating copy to clipboard operation
TYPO3-docker-boilerplate copied to clipboard

make build is executed on the host (not in the container)

Open stucki opened this issue 9 years ago • 3 comments
trafficstars

The make build command does not work if the host has no PHP installed. The reason for this is that the bin/build.sh script is executed on the host, not in the Docker container.

This is probably related to #139.

stucki avatar Aug 03 '16 20:08 stucki

Really wondering if nobody noticed this before :-)

stucki avatar Aug 03 '16 20:08 stucki

Hmm I realize now that this is intended. However, the problem remains that make build is executed on the host. Going to change the issue title, leaving the issue opened...

stucki avatar Aug 03 '16 21:08 stucki

At least PHP is fixed with https://github.com/webdevops/TYPO3-docker-boilerplate/pull/143

htuscher avatar Sep 03 '16 12:09 htuscher