Skip to content
Snippets Groups Projects
Commit d2ff8ddd authored by Markus Witt's avatar Markus Witt
Browse files

dockerfile: use exec form to support ^C

parent f17c76a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment