2020-04-05 19:53:01 +00:00

4 lines
46 B
Docker

FROM python
WORKDIR ~/
COPY ./ ./
CMD ["bash"]