Skip to content

neerajgangwar/dockerize-scala-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerizing a Scala Application

This is a simple example of how to create Docker image for a Scala application.

To build the Docker image, run following commands in sbt

> compile
> docker:publishLocal

To run the docker image, run following command in terminal

$ docker run -p 8080:8080 example/example-service:0.1.0

Open http://localhost:8080/hello in browser and you'll see a hello page.

About

Simple Scala application with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages