Files
openproject/Procfile.dev
T
2026-02-12 21:18:35 +03:00

5 lines
216 B
Plaintext

web: bundle exec rails server
angular: npm run serve
worker: bundle exec good_job start
hocuspocus: cd extensions/op-blocknote-hocuspocus && SECRET=$OPENPROJECT_COLLABORATIVE__EDITING__HOCUSPOCUS__SECRET npm run dev