ChrisMarinos / FSharpKoans

A simple, fun, and interactive way to learn the F# language through testing.
Other
1.28k stars 671 forks source link

Add a Docker runner #85

Closed craigjbass closed 5 years ago

normanhh3 commented 5 years ago

Looks like a cool PR! My only question after reviewing is, do you still update the .fs files on the host system, and then the docker container - because of the dotnet watch monitors for the changes?

ChrisMarinos commented 5 years ago

FYI, I’m on vacation at the moment, but I’ll check this out when I return. Looks like a good idea!

craigjbass commented 5 years ago

The docker command mounts the local file system - so watch will pick up any changes.

ChrisMarinos commented 5 years ago

I took this branch out for a spin, and it's absolutely great. It makes it dead-simple to get up and running. Thanks for the great addition!