dactyl-keyboard icon indicating copy to clipboard operation
dactyl-keyboard copied to clipboard

Adding a docker environment

Open Billiam opened this issue 6 years ago • 1 comments

Adds a basic Dockerfile with lein exec.

Can be run via repl like the readme, or with

docker run -it --rm -v "$(pwd)/things:/usr/src/app/things" -v "$(pwd)/src:/usr/src/app/src" dactyl"

(but not as quickly).

Billiam avatar May 29 '19 22:05 Billiam

I actually just did this and was about to edit the readme and make a pull request.

cloudbring avatar Nov 24 '19 07:11 cloudbring