mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
Use pure next start
This commit is contained in:
parent
f7f7070bbb
commit
653950f4a2
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ WorkingDirectory=__INSTALL_DIR__/
|
||||||
Environment=NODE_ENV=production
|
Environment=NODE_ENV=production
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
Environment=NEXT_TELEMETRY_DISABLED=1
|
Environment=NEXT_TELEMETRY_DISABLED=1
|
||||||
ExecStart=__YNH_NPM__ run start-env
|
Environment=PORT=__PORT__
|
||||||
|
ExecStart=__YNH_NPM__ exec next start
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
|
|
Loading…
Reference in a new issue