From 39b1e85d3c60783d7024e0a264a0468a7c2917e1 Mon Sep 17 00:00:00 2001 From: Willi Junga Date: Sat, 26 Oct 2024 13:31:32 +0200 Subject: [PATCH] adjust entrypoint.sh --- build-debian.sh | 1 + entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build-debian.sh b/build-debian.sh index 3ff50a0..9d0b4f9 100755 --- a/build-debian.sh +++ b/build-debian.sh @@ -10,6 +10,7 @@ apt install -y npm cp -R website/* . npm install -g pnpm && \ pnpm install && \ + pnpm astro telemetry disable && \ pnpm run build #cp -R assets/* assets mv dist assets/webpage diff --git a/entrypoint.sh b/entrypoint.sh index a402048..7e59b7f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/bash -chown -R wkd:wkd /wkd -su wkd -c /wkd/wkd \ No newline at end of file +chown -R wkd:wkd wkd +su wkd -c ./wkd