Look for composer exec
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@
|
|||||||
# Create the phpvms database if needed:
|
# Create the phpvms database if needed:
|
||||||
# docker exec phpvms /usr/bin/mysql -uroot -e 'CREATE DATABASE phpvms'
|
# docker exec phpvms /usr/bin/mysql -uroot -e 'CREATE DATABASE phpvms'
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
COMPOSER ?= composer
|
COMPOSER ?= $(shell which composer)
|
||||||
|
|
||||||
PKG_NAME := "/tmp"
|
PKG_NAME := "/tmp"
|
||||||
CURR_PATH=$(shell pwd)
|
CURR_PATH=$(shell pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user