https://github.com/stereobooster/docker-reasonml
https://github.com/stereobooster/docker-reasonml
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereobooster/docker-reasonml
- Owner: stereobooster
- License: mit
- Created: 2018-09-16T18:48:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T18:49:14.000Z (over 6 years ago)
- Last Synced: 2025-02-11T14:47:19.267Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-reasonml
## Usage
```
docker run -v "$PWD":/usr/src/myapp -w /usr/src/myapp --rm --interactive --tty stereobooster/reasonml
```## Development
```
docker build -t reasonml .
docker tag reasonml stereobooster/reasonml
docker push stereobooster/reasonml
```