forked from ungleich-public/cdist-contrib
__wikijs: remove uneeded npm install call
See https://github.com/Requarks/wiki/issues/1325.
This commit is contained in:
parent
7122fe1bee
commit
8929c566fc
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue