I usually set the working dir to /project
and an default entrypoint
so you can run the image like
docker run -v $PWD:/project 0x20h/<image> [args]
I usually set the working dir to /project
and an default entrypoint
so you can run the image like
docker run -v $PWD:/project 0x20h/<image> [args]