Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
11 lines (10 sloc) 178 Bytes
image:
file: .gitpod.Dockerfile
ports:
- port: 8100
onOpen: open-preview
tasks:
- init: >
python -m pip install -r requirements.txt
command: >
python runserver.py
You can’t perform that action at this time.