diff --git a/Dockerfile b/Dockerfile index 2ff3e33..bebaff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY requirements.txt / RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt FROM base +STOPSIGNAL SIGINT COPY --from=builder /install /usr/local COPY src /app COPY VERSION /app