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:
parent
6b15e5958b
commit
d39978265f
@ -22,5 +22,4 @@ RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/
|
|||||||
COPY . /kas
|
COPY . /kas
|
||||||
RUN pip3 install /kas
|
RUN pip3 install /kas
|
||||||
|
|
||||||
COPY docker-entrypoint /docker-entrypoint
|
ENTRYPOINT ["/kas/docker-entrypoint"]
|
||||||
ENTRYPOINT ["/docker-entrypoint"]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user