Skip to content

Commit 072c082

Browse files
committed
ADD: gitpod aware
1 parent dada886 commit 072c082

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitpod.Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM gitpod/workspace-full
2+
3+
USER gitpod
4+
5+
# Install custom tools, runtime, etc. using apt-get
6+
# For example, the command below would install "bastet" - a command line tetris clone:
7+
#
8+
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
9+
#
10+
# More information: https://www.gitpod.io/docs/config-docker/

.gitpod.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks:
2+
- init: echo "Replace me with a build script for the project."
3+
command: echo "Replace me with something that should run on every start, or just
4+
remove me entirely."
5+
image:
6+
file: .gitpod.Dockerfile

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Thiswind-Learning/my_python_exercises)
2+
13
# my_python_exercises
24
my python exercises: 100 Questions

0 commit comments

Comments
 (0)