https://github.com/ryanbthomas/plumbdocker
https://github.com/ryanbthomas/plumbdocker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanbthomas/plumbdocker
- Owner: ryanbthomas
- Created: 2020-05-21T01:34:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T14:31:36.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:15:00.465Z (6 months ago)
- Language: R
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ryanbthomas/plumbdocker - (R)
README
# plumbdocker
Steps to run
```
git clone --recurse-submovules https://github.com/actuarialvoodoo/plumbdocker.git
cd plumbdocker
docker build -t plumbdocker-poc .
docker run --rm -p 8000:8000 plumbdocker-poc
```