blob: f070ac137e068c9ff2cf7494816378dc671fd3fc [file] [log] [blame]
Kelley Spoon87561572022-10-13 15:41:15 -05001#!/bin/sh
2
3docker run -it --rm --name zappa \
4 --mount type=bind,source="$(pwd)",target=/app \
5 --mount type=bind,source=$HOME/.ssh,target=/user/.ssh \
6 python:3.7 \
7 /bin/bash