Skip to content

Commit 37d9411

Browse files
committed
modify Dockerfile
Signed-off-by: zjgemi <[email protected]>
1 parent 984359c commit 37d9411

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
FROM python:3.8
22

3-
RUN pip install dpdispatcher
3+
WORKDIR /data/dpdispatcher
4+
ADD requirements.txt ./
5+
RUN pip install -r requirements.txt
6+
COPY ./ ./
7+
RUN pip install .

0 commit comments

Comments
 (0)