Closed JPLemelin closed 6 years ago
Add docker support, for now it only support build and execute (no remote debugging with the container)
Build
docker build . --tag cornipickle
Run
docker run -it -p10101:10101 cornipickle
:whale:
Thanks for this addition!
Add docker support, for now it only support build and execute (no remote debugging with the container)
Build
Run
:whale: