* src for workspace & php build

* user images from src
This commit is contained in:
2021-04-15 15:57:05 +03:00
parent e051d0100c
commit f68bf45fae
21 changed files with 321 additions and 112 deletions

View File

@ -2,10 +2,10 @@
# NOTE: At the moment, this has only been confirmed to work with PHP 7
PHP_VERSION=$1
PHP_VERSION=$1 # Without dot
# Grab full name of php-fpm container
PHP_FPM_CONTAINER=$(docker ps | grep php-fpm${PHP_VERSION} | awk '{print $1}')
PHP_FPM_CONTAINER=$(docker ps | grep php${PHP_VERSION} | awk '{print $1}')
# Grab OS type