prashantkalkar / odin

Repository to hold the sample odin (service 1).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository to hold the sample odin (service 1).


Languages

Language:Java 100.0%