mirror of
https://github.com/YunoHost-Apps/timeoff_ynh.git
synced 2024-09-03 20:35:59 +02:00
missing NODE_ENV=production
This commit is contained in:
parent
1aa91d3fb2
commit
471d5e0cc0
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
Environment="PORT=__PORT__"
|
||||
Environment="NODE_ENV=production"
|
||||
WorkingDirectory=__FINAL_PATH__
|
||||
ExecStart=__NODE_DIR__/node bin/wwww
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue