0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-05 03:32:49 +01:00

adjust entrypoint.sh

This commit is contained in:
Willi Junga 2024-10-26 13:31:32 +02:00
parent 7b24c8aa9b
commit 39b1e85d3c
Signed by: willi.junga
GPG key ID: 91E50A0F474ACF82
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ apt install -y npm
cp -R website/* . cp -R website/* .
npm install -g pnpm && \ npm install -g pnpm && \
pnpm install && \ pnpm install && \
pnpm astro telemetry disable && \
pnpm run build pnpm run build
#cp -R assets/* assets #cp -R assets/* assets
mv dist assets/webpage mv dist assets/webpage

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
chown -R wkd:wkd /wkd chown -R wkd:wkd wkd
su wkd -c /wkd/wkd su wkd -c ./wkd