Loading docker/build-container.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -vx DOCKER_FILE=./Dockerfile if [ -f ${DOCKER_FILE} ] then docker build --tag stf525_its --force-rm . docker build --no-cache --tag stf525_its --force-rm . if [ "$?" != "0" ] then echo "Docker build failed: $?" Loading Loading
docker/build-container.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -vx DOCKER_FILE=./Dockerfile if [ -f ${DOCKER_FILE} ] then docker build --tag stf525_its --force-rm . docker build --no-cache --tag stf525_its --force-rm . if [ "$?" != "0" ] then echo "Docker build failed: $?" Loading