gitpod config

This commit is contained in:
Sven Efftinge 2019-08-21 13:29:10 +00:00
parent e157f200f8
commit f5a969e7df
2 changed files with 11 additions and 0 deletions

8
.gitpod.yml Normal file
View file

@ -0,0 +1,8 @@
image:
file: Dockerfile
ports:
- port: 8080
onOpen: open-preview
tasks:
- init: ./mvnw package
command: ./mvnw spring-boot:run

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM gitpod/workspace-full
# add your tools here