Commit d2ff8ddd authored by Markus Witt's avatar Markus Witt
Browse files

dockerfile: use exec form to support ^C

parent f17c76a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,4 +32,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
COPY . /app
WORKDIR /app

CMD /app/docker-run.sh
 No newline at end of file
CMD ["/app/docker-run.sh"]
 No newline at end of file