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

https://github.com/openmole/docker-build

Docker image for the OpenMOLE build environment (sbt, npm, ...)
https://github.com/openmole/docker-build

Last synced: about 1 month ago
JSON representation

Docker image for the OpenMOLE build environment (sbt, npm, ...)

Awesome Lists containing this project

README

          

# docker-build

Before launch you need to change the volume path and the uid/gid corresponding to your user in the `docker-compose.yml` file

This projects build OpenMOLE, and create a start-to-run docker environment. To use it:

```
docker-compose build
docker-compose up
```