Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwtgck/sbt-dockerfile
- Owner: nwtgck
- Created: 2017-11-23T10:03:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:19:21.000Z (over 3 years ago)
- Last Synced: 2024-10-26T17:24:11.552Z (2 months ago)
- Topics: dockerfile, sbt, scala
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 .
```