Skip to content

Commit

Permalink
st-tu-dresden#68 - Improved GitPod setup.
Browse files Browse the repository at this point in the history
Removed superfluous Docker file. Added VSCode extensions for Spring Boot and JUnit.
  • Loading branch information
odrotbohm committed Oct 25, 2020
1 parent 07c79a1 commit f1f041d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .gitpod.dockerfile

This file was deleted.

16 changes: 8 additions & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
file: .gitpod.dockerfile
ports:
- port: 8080
onOpen: open-preview
- port: 8080
onOpen: open-preview
tasks:
- init: |
./mvnw clean package
command: |
./mvnw spring-boot:run
- init: ./mvnw clean verify
command: ./mvnw spring-boot:run
vscode:
extensions:
- [email protected]:1iLvjTfznJrV611qRUeOHg==
- [email protected]:K9XH858+UGOKjfN3qRW15Q==

0 comments on commit f1f041d

Please sign in to comment.