File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11FROM gitpod/workspace-full
22USER gitpod
33RUN pip3 install pytest==4.4.2 pytest-testdox mock
4- RUN npm i learnpack@0.1.12 -g && learnpack plugins:install learnpack-python@0.0.34
4+ RUN npm i learnpack@0.1.14 -g && learnpack plugins:install learnpack-python@0.0.35
Original file line number Diff line number Diff line change 11image :
22 file : .gitpod.Dockerfile
33
4- # List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
54ports :
6- - port : 3000
7- onOpen : ignore
5+ - port : 3000
6+ onOpen : ignore
87
98vscode :
109 extensions :
@@ -17,4 +16,4 @@ github:
1716 # enable for pull requests coming from this repo (defaults to true)
1817 pullRequests : false
1918 # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
20- addComment : false
19+ addComment : false
You can’t perform that action at this time.
0 commit comments