dockerfile: use exec form to support ^C
This commit is contained in:
parent
f17c76a4fb
commit
d2ff8ddddf
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
CMD /app/docker-run.sh
|
CMD ["/app/docker-run.sh"]
|
Loading…
Reference in a new issue