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, ...)
- Host: GitHub
- URL: https://github.com/openmole/docker-build
- Owner: openmole
- Created: 2016-12-21T01:14:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T09:38:37.000Z (about 6 years ago)
- Last Synced: 2025-10-28T15:27:15.459Z (7 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/openmole/openmole-buildenv/
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```