+ separately nodejs versions for a different workspace containers
This commit is contained in:
@ -11,7 +11,6 @@ if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=81; fi
|
||||
|
||||
CONTAINER=$(docker ps | grep workspace${PHP_VERSION} | awk '{print $1}')
|
||||
|
||||
|
||||
if [[ -z "${CONTAINER}" ]]; then
|
||||
echo "Unable to find container: workspace${PHP_VERSION}"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user