= fix, hooks should be in Dockerfile location

This commit is contained in:
Lucas Briese 2019-10-17 10:13:05 +02:00
parent 3ff77e0ce9
commit bcef67269f

View File

@ -5,7 +5,6 @@
#set -o nounset #set -o nounset
#docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/" #docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/"
cd ..
docker build -t "$DOCKER_REPO:gmod_debian" "gmod/" docker build -t "$DOCKER_REPO:gmod_debian" "gmod/"
docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/" docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
docker build -t "$DOCKER_REPO:latest" "TTT/" docker build -t "$DOCKER_REPO:latest" "TTT/"