mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:32:53 +01:00
adjust entrypoint.sh
This commit is contained in:
parent
7b24c8aa9b
commit
39b1e85d3c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
chown -R wkd:wkd /wkd
|
||||
su wkd -c /wkd/wkd
|
||||
chown -R wkd:wkd wkd
|
||||
su wkd -c ./wkd
|
||||
|
|
Loading…
Reference in a new issue