You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
changed the title
make targets are executed on the host (not in the container)
make build is executed on the host (not in the container)
Aug 3, 2016
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.
The text was updated successfully, but these errors were encountered: