1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-12-02 23:58:38 +02:00
Files
oncall/Procfile

4 lines
183 B
Plaintext
Raw Normal View History

web: oncall-dev ./configs/config.yaml --skip-build-assets
assets: build_assets watch
2017-05-20 10:54:52 -07:00
doc: bash -c 'cd docs && sphinx-autobuild -H 0.0.0.0 -p ${PORT} --ignore '*~' source build/html/'