verified and tested docker files

This commit is contained in:
art
2020-04-05 19:53:01 +00:00
parent 02516b9ef2
commit 31e475e1d0
6 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
FROM python
WORKDIR ~/
COPY .. .
COPY ./ ./
CMD ["bash"]