use existing entrypoint file

avoid an unnecessary copy to the docker image

Signed-off-by: Mustafa Yücel <mustafa.yuecel@siemens.com>
This commit is contained in:
Mustafa Yücel 2017-06-23 16:30:59 +02:00 committed by Daniel Wagner
parent 6b15e5958b
commit d39978265f

View File

@ -22,5 +22,4 @@ RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/
COPY . /kas
RUN pip3 install /kas
COPY docker-entrypoint /docker-entrypoint
ENTRYPOINT ["/docker-entrypoint"]
ENTRYPOINT ["/kas/docker-entrypoint"]