1
0
Fork 0
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:
orhtej2 2023-09-24 12:56:01 +02:00
parent f7f7070bbb
commit 653950f4a2

View file

@ -10,7 +10,8 @@ WorkingDirectory=__INSTALL_DIR__/
Environment=NODE_ENV=production
Environment="__YNH_NODE_LOAD_PATH__"
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
# Depending on specificities of your service/app, you may need to tweak these