mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Create Dockerfile
This commit is contained in:
parent
f9e519d3a5
commit
b5db5dda2d
1 changed files with 7 additions and 0 deletions
7
scripts/Dockerfile
Normal file
7
scripts/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
aws00-spring-petclinic:
|
||||
image: ${IMAGE}:${TAG}
|
||||
container_name: spring-petclinic
|
||||
ports:
|
||||
- "8080:8080"
|
Loading…
Reference in a new issue