adds protocol env variable and fixes prefix bug

This commit is contained in:
2020-06-09 15:46:44 +02:00
parent ab23a47dee
commit 3b509ed787
4 changed files with 7 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ set -o allexport;
source .env;
set +o allexport
docker exec -it --user root $PREFIX-web /bin/bash
docker exec -it --user root $DOCKER_PREFIX-web /bin/bash