Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 320237b

Browse files
committed
Add Dockerfile
1 parent fb2d9d2 commit 320237b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:latest
2+
3+
# Install dependencies.
4+
ADD requirements.txt /requirements.txt
5+
RUN pip install -r requirements.txt
6+
7+
CMD python ./dev/dev.py

0 commit comments

Comments
 (0)