Closed fbartels closed 6 years ago
adds a basic Dockerfile that builds and executes toodles. Build the image with docker build -t toodles . Run the image with docker run -it -v $(pwd):/repo -p 9001:9001 toodles
docker build -t toodles .
docker run -it -v $(pwd):/repo -p 9001:9001 toodles
fixes #11
adds a basic Dockerfile that builds and executes toodles. Build the image with
docker build -t toodles .
Run the image withdocker run -it -v $(pwd):/repo -p 9001:9001 toodles
fixes #11