Remove useless trailing CMD

This commit is contained in:
Yorick Barbanneau 2021-04-28 13:55:49 +02:00
parent 668d612b03
commit defa4c9747

View file

@ -21,4 +21,3 @@ COPY docker/entrypoint.sh /tmp
COPY src/ /tmp COPY src/ /tmp
WORKDIR /tmp WORKDIR /tmp
CMD /tmp/entrypoint.sh CMD /tmp/entrypoint.sh
CMD bash