Skip to content

Commit 19d8e8d

Browse files
authored
Merge pull request pythonprobr#28 from engnogueira/engnogueira/gitpod-setup
Fully automate dev setup with Gitpod
2 parents e0ba8e8 + 47f62f3 commit 19d8e8d

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitpod.Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM gitpod/workspace-full
2+
3+
# Install custom tools, runtimes, etc.
4+
# For example "bastet", a command-line tetris clone:
5+
# RUN brew install bastet
6+
#
7+
# More information: https://www.gitpod.io/docs/config-docker/

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
image:
2+
file: .gitpod.Dockerfile
3+
4+
tasks:
5+
- init: 'echo "TODO: Replace with init/build command"'
6+
command: 'echo "TODO: Replace with command to start project"'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pythonprobr/pythonbirds)
2+
13
Python Birds
24
===========
35

0 commit comments

Comments
 (0)