Create .gitpod.yml (#226)

Add Gitpod configuration
This commit is contained in:
gitolicious 2019-04-22 16:22:46 +02:00 committed by Otto Winter
parent 17a11ac304
commit ef078d63d8
1 changed files with 7 additions and 0 deletions

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
ports:
- port: 8000
onOpen: open-preview
tasks:
- before: pip3 install -r requirements.txt
command: make webserver