Create Dockerfile

This commit is contained in:
s4616 2023-07-10 19:47:06 +09:00 committed by GitHub
parent f9e519d3a5
commit b5db5dda2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
scripts/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
version: '3.9'
services:
aws00-spring-petclinic:
image: ${IMAGE}:${TAG}
container_name: spring-petclinic
ports:
- "8080:8080"