+ separately nodejs versions for a different workspace containers

This commit is contained in:
qemu-test
2023-10-22 20:50:58 +03:00
parent baa258b8fb
commit b1b2e1d501
5 changed files with 34 additions and 48 deletions

View File

@ -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