mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
Correct Port
This commit is contained in:
parent
89d9fed128
commit
9fced4f067
4 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Group=__APP__
|
|||
WorkingDirectory=__FINALPATH__/apps/www/
|
||||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=__YNH_NPM__ start
|
||||
ExecStart=yarn start --port=__PORT__
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
StandardError=inherit
|
||||
|
||||
|
|
BIN
doc/.DS_Store
vendored
Normal file
BIN
doc/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
doc/screenshots/TLDraw screenshot.png
Normal file
BIN
doc/screenshots/TLDraw screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue