7 lines
147 B
YAML
7 lines
147 B
YAML
ports:
|
|
- port: 8008
|
|
onOpen: open-preview
|
|
tasks:
|
|
- init: pip install -r requirements.txt && cp env.py.example env.py
|
|
command: python main.py -t
|