4 lines
46 B
Docker
Raw Normal View History

2020-04-05 12:46:21 -05:00
FROM python
WORKDIR ~/
2020-04-05 19:53:01 +00:00
COPY ./ ./
CMD ["bash"]