__wikijs: remove uneeded npm install call

See https://github.com/Requarks/wiki/issues/1325.
This commit is contained in:
fnux 2021-01-12 08:33:50 +01:00
parent 7122fe1bee
commit 8929c566fc
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
2 changed files with 0 additions and 6 deletions

View File

@ -22,10 +22,5 @@ EOF
# Install deps and launch
cat << EOF
cd /var/wiki || exit 1
npm install
EOF
# Restart service.
cat << EOF
service wikijs restart
EOF

View File

@ -52,7 +52,6 @@ export HTTP_PORT HTTPS_PORT
db_pass="$(cat "${__object:?}/parameter/database-password")"
__package nodejs
__package npm
__directory /var/wiki/
# These things are Alpine-dependant.