blob: f070ac137e068c9ff2cf7494816378dc671fd3fc [file] [log] [blame]
#!/bin/sh
docker run -it --rm --name zappa \
--mount type=bind,source="$(pwd)",target=/app \
--mount type=bind,source=$HOME/.ssh,target=/user/.ssh \
python:3.7 \
/bin/bash