Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwtgck/sbt-dockerfile

Dockerfile of sbt
https://github.com/nwtgck/sbt-dockerfile

dockerfile sbt scala

Last synced: 26 days ago
JSON representation

Dockerfile of sbt

Awesome Lists containing this project

README

        

# Dockerfile of sbt
[![Docker Automated build](https://img.shields.io/docker/automated/nwtgck/sbt.svg)](https://hub.docker.com/r/nwtgck/sbt/) [![Docker Build Status](https://img.shields.io/docker/build/nwtgck/sbt.svg)](https://hub.docker.com/r/nwtgck/sbt/)

Dockerfile of [sbt](http://www.scala-sbt.org/), which is a build tool for Scala, Java, and more.

## How to build

```bash
cd
docker build .
```