.gitpod.yml 105 B

123
  1. tasks:
  2. - init: cd backend && pip install -r requirements.txt
  3. command: cd backend && python main.py