finalized changes to docker implements

This commit is contained in:
art
2020-04-05 21:29:16 +00:00
parent 120774c000
commit 7fd0a347b7
10 changed files with 19 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
FROM python
WORKDIR ~/
COPY ./ ./
RUN pip install -r requirements.txt
CMD ["bash"]