mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
3b2121f733
This reverts commit40b2bbeb09, reversing changes made tob4c6cb17cc.
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
web: bundle exec rails server -p 3000 -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
|
|
angular: npm run serve
|
|
worker: bundle exec good_job start
|