= fix, docker hook context + local context should be synced now
This commit is contained in:
@ -34,7 +34,7 @@ ENTRYPOINT ["./home/entrypoint.sh"]
|
||||
|
||||
#WORKDIR "$STEAM_PATH"
|
||||
|
||||
COPY ["entrypoint.sh", "initCron.sh", "createAlias.sh", "/home/"]
|
||||
COPY ["lgsm/entrypoint.sh", "lgsm/initCron.sh", "lgsm/createAlias.sh", "/home/"]
|
||||
|
||||
# procps needed for ps command
|
||||
# iproute2 needed because of "-slim"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#set -o nounset
|
||||
|
||||
#docker build -t "$DOCKER_REPO:lgsm_debian" "lgsm/"
|
||||
cd ..
|
||||
docker build -t "$DOCKER_REPO:gmod_debian" "gmod/"
|
||||
docker build -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
|
||||
docker build -t "$DOCKER_REPO:latest" "TTT/"
|
||||
docker build -f gmod/Dockerfile -t "$DOCKER_REPO:gmod_debian" "gmod/"
|
||||
docker build -f TTT/Dockerfile -t "$DOCKER_REPO:gmod_ttt_debian" "TTT/"
|
||||
docker tag "$DOCKER_REPO:gmod_ttt_debian" "$DOCKER_REPO:latest"
|
||||
docker push "$DOCKER_REPO:latest"
|
||||
|
Reference in New Issue
Block a user