Commit 2cb8206c authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Use ENTRYPOINT but with the JSON syntax so we pass all arguments along.

parent 7f3416ff
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ RUN echo deb http://deb.debian.org/debian experimental main >> /etc/apt/sources.
RUN apt-get update && apt-get dist-upgrade --yes
RUN apt-get install --yes --install-recommends --target-release=experimental diffoscope || apt-get install --yes --install-recommends diffoscope

CMD /usr/bin/diffoscope
ENTRYPOINT ["/usr/bin/diffoscope"]