mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
9a125531d8
[ci skip]
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
web: bundle exec rails server -p ${PORT:="8080"} -b ${HOST:="127.0.0.1"} --env ${RAILS_ENV:="development"}
|
|
assets: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run webpack-watch
|
|
worker: bundle exec rake jobs:work
|