Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate gitpod.yml #939
Closed
Create gitpod.yml #939
Comments
Daniel-Mietchen
added this to To do
in 1. Back-end development and testing with pilot corpora
via automation
Nov 28, 2019
This comment has been minimized.
This comment has been minimized.
Should probably be something like this: image:
file: .gitpod.Dockerfile
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
tasks:
- init: pip install -r requirements.txt # runs during prebuild
command: python runserver.py
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/43_config_ports/
ports:
- port: 8100
onOpen: open-browser |
Daniel-Mietchen
moved this from To do
to In progress
in 1. Back-end development and testing with pilot corpora
Nov 28, 2019
1. Back-end development and testing with pilot corpora
automation
moved this from In progress
to Done
Nov 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Daniel-Mietchen commentedNov 28, 2019
To facilitate development via Gitpod, as per their docs.