Fix Dockerfile to send correct STOPSIGNAL

pull/54/head 1.0.13
Daniel Chesterton 3 years ago
parent 8b6ee051d4
commit ad323ec8ef

@ -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

Loading…
Cancel
Save