Skip to content

cignoir/docker-play-scala-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

play-scala for Alpine Linux

Tags (Click versions to Dockerfile)

  • latest: Activator 1.3.10, Scala 2.12, JDK8
  • 2.2.6: play 2.2.6, sbt 0.13.0, Scala 2.10.4, JDK7

Usage

1. Run a container from the latest image

$ docker pull cignoir/play-scala-alpine:latest
$ docker run -it -p 9000:9000 cignoir/play-scala-alpine ash

2. In the container, create a sample app & run it

$ cd ~
$ activator new sampleapp play-scala
$ cd sampleapp
$ activator run

3. See a welcome page in browser

Open http://localhost:9000/

Dependencies

  • frolvlad/alpine-scala:2.12
  • anapsix/alpine-java:jdk7

About

play-scala for Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published