Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 223 Bytes

Build the service image with command

docker build -t ecs-workshop/odin --build-arg JAR_FILE=target/ecsworkshop.service1-1.0-SNAPSHOT.jar .

Run the image with command

docker run -p 8080:8080 ecs-workshop/odin