encapsulated the WEBGOAT_HOME in quotes

Encapsulating the `WEBGOAT_HOME` variable in quotes allows for spaces to exist in the path
This commit is contained in:
Joubin Jabbari 2018-10-07 11:15:01 -07:00 committed by Nanne Baars
parent 1520c7571f
commit ecbbb5258e

View File

@ -2,9 +2,9 @@
WEBGOAT_HOME=$(pwd)/../
cd ${WEBGOAT_HOME}/webgoat-server
cd "${WEBGOAT_HOME}"/webgoat-server
docker build -t webgoat/webgoat-v8.0.0.snapshot .
cd ${WEBGOAT_HOME}/webwolf
cd "${WEBGOAT_HOME}"/webwolf
docker build -t webgoat/webwolf-v8.0.0.snapshot .