mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
gitpod config
This commit is contained in:
parent
e157f200f8
commit
f5a969e7df
2 changed files with 11 additions and 0 deletions
8
.gitpod.yml
Normal file
8
.gitpod.yml
Normal 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
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
|
# add your tools here
|
Loading…
Reference in a new issue