Skip to content

Commit 38631f3

Browse files
author
Tarric Sookdeo
committed
Add Dockerfile
1 parent 305eeaf commit 38631f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM python:3.7
2+
3+
WORKDIR /dwollav2
4+
5+
COPY requirements.txt ./
6+
7+
RUN pip install -r requirements.txt
8+
9+
COPY . .
10+
11+
CMD ["python", "setup.py", "test"]

0 commit comments

Comments
 (0)