Fix Dockerfile to send correct STOPSIGNAL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user