From dc272f975051646aa2528241d12b12c6b67020f3 Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sun, 15 Dec 2019 22:35:02 +0100 Subject: [PATCH] made docker-compose pull images in first --- startWebsite.sh => startTestWebsite.sh | 1 + stopWebsite.sh => stopTestWebsite.sh | 0 2 files changed, 1 insertion(+) rename startWebsite.sh => startTestWebsite.sh (75%) rename stopWebsite.sh => stopTestWebsite.sh (100%) diff --git a/startWebsite.sh b/startTestWebsite.sh similarity index 75% rename from startWebsite.sh rename to startTestWebsite.sh index d5e02dc..d02d857 100755 --- a/startWebsite.sh +++ b/startTestWebsite.sh @@ -1,2 +1,3 @@ #!/bin/sh +docker-compose pull docker-compose -p test.freifunk-rhein-sieg.net up -d diff --git a/stopWebsite.sh b/stopTestWebsite.sh similarity index 100% rename from stopWebsite.sh rename to stopTestWebsite.sh