From b1345ebaeba6473802307c4a5924e479b49e176e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Christina=20Na=C3=9F?= Date: Tue, 5 Mar 2024 16:27:34 +0100 Subject: [PATCH] entrypoint.sh aktualisiert --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7daea9c..c6ddf58 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ echo "RELEASE FILENAME: $RELEASE_FILENAME" TODAY_ISO=$(date '+%Y-%m-%d') echo "TODAY ISO: $TODAY_ISO" -cd /github/workspace +#cd /github/workspace mkdir dist cp -r Koha dist/. cd dist