Closed alexkolson closed 9 years ago
Just a base dockerfile so one can run this in docker simply by doing docker build . & then docker run IMAGE.
docker build .
docker run IMAGE
This requires that you've set up your config.json properly.
config.json
Looks like there's already a few PR's for this. Closing this in favor of one of the others.
Just a base dockerfile so one can run this in docker simply by doing
docker build .
& thendocker run IMAGE
.This requires that you've set up your
config.json
properly.