mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Create docker-compose-buildimage.yml
This commit is contained in:
parent
441de0a869
commit
45eb7831e8
1 changed files with 6 additions and 0 deletions
6
docker-compose-buildimage.yml
Normal file
6
docker-compose-buildimage.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: '3'
|
||||
services:
|
||||
app:
|
||||
image: "app:$BUILD_TAG"
|
||||
build:
|
||||
context: .
|
Loading…
Reference in a new issue