Files
Martin Lippert 8ece73e78e fix more typos
2020-06-26 10:27:05 +02:00

14 lines
244 B
Markdown

Theia + Spring Petclinic layer
=============================
To build this docker image:
```
docker build -t kdvolder/theia-petclinic .
```
To run this
```
docker run -it --init -p 3000:3000 -p 8080:8080 kdvolder/theia-petclinic:latest
```