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 984359c commit 37d9411Copy full SHA for 37d9411
Dockerfile
@@ -1,3 +1,7 @@
1
FROM python:3.8
2
3
-RUN pip install dpdispatcher
+WORKDIR /data/dpdispatcher
4
+ADD requirements.txt ./
5
+RUN pip install -r requirements.txt
6
+COPY ./ ./
7
+RUN pip install .
0 commit comments