verified and tested docker files

This commit is contained in:
art
2020-04-05 19:53:01 +00:00
parent 5697e8b79e
commit 4f9c4e0dbb
6 changed files with 9 additions and 6 deletions

View File

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