1
0
mirror of synced 2026-03-09 20:13:40 +00:00

Compare commits

2 Commits

Author SHA1 Message Date
Daniel Chesterton
ad323ec8ef Fix Dockerfile to send correct STOPSIGNAL 2021-12-30 23:05:09 +00:00
bump_version
8b6ee051d4 Version 1.0.12 [skip ci] 2021-12-30 16:22:04 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1 +1 @@
1.0.11
1.0.12