mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
ac86597607
it was still working before but this is less confusing
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SECRET="${OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__SECRET}"
|
|
|
|
cd /opt/hocuspocus
|
|
|
|
npm run start
|