We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305eeaf commit 38631f3Copy full SHA for 38631f3
Dockerfile
@@ -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