dockerfile: use exec form to support ^C

This commit is contained in:
Markus Witt 2019-04-14 02:00:05 +02:00
parent f17c76a4fb
commit d2ff8ddddf

View file

@ -32,4 +32,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
COPY . /app
WORKDIR /app
CMD /app/docker-run.sh
CMD ["/app/docker-run.sh"]