tshort / dactyl-keyboard

Dactyl-ManuForm, a parameterized ergonomic keyboard
GNU Affero General Public License v3.0
1.19k stars 189 forks source link

Adding a docker environment #25

Open Billiam opened 5 years ago

Billiam commented 5 years ago

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).

cloudbring commented 4 years ago

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