Skip to content

Commit 2c986d8

Browse files
committed
minor reduction in docker image size
1 parent cf2248c commit 2c986d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM python:3.6
22

33
RUN pip install aiohttp==2.1.0
44
ADD ./pydf /pydf
5-
ADD setup.py /setup.py
6-
RUN python /setup.py install
5+
ADD setup.py /
6+
RUN pip install -e .
77

88
LABEL maintainer '[email protected]'
99

10-
ADD ./docker.py /run.py
11-
ENTRYPOINT ["/run.py"]
10+
ADD ./docker-entrypoint.py /
11+
ENTRYPOINT ["/docker-entrypoint.py"]
File renamed without changes.

0 commit comments

Comments
 (0)