| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0ba8e8 commit 47f62f3
3 files changed
| Original file line number | Diff line number | Diff 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/ | ||
| Original file line number | Diff line number | Diff 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"' | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,5 @@ | |||
| 1 | + [](https://gitpod.io/#https://github.com/pythonprobr/pythonbirds) | ||
| 2 | + | ||
| 1 | 3 | Python Birds | |
| 2 | 4 | =========== | |
| 3 | 5 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments