Skip to content

Repository to hold the sample odin (service 1).

Notifications You must be signed in to change notification settings

achaljoshi/odin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the service image with command

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

Run the image with command

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

About

Repository to hold the sample odin (service 1).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%