diff --git a/scripts/Dockerfile b/scripts/Dockerfile new file mode 100644 index 000000000..60ec7252e --- /dev/null +++ b/scripts/Dockerfile @@ -0,0 +1,7 @@ +version: '3.9' +services: + aws00-spring-petclinic: + image: ${IMAGE}:${TAG} + container_name: spring-petclinic + ports: + - "8080:8080"