|
|
@ -8,6 +8,7 @@ COPY requirements.txt /
|
|
|
|
RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt
|
|
|
|
RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
FROM base
|
|
|
|
FROM base
|
|
|
|
|
|
|
|
STOPSIGNAL SIGINT
|
|
|
|
COPY --from=builder /install /usr/local
|
|
|
|
COPY --from=builder /install /usr/local
|
|
|
|
COPY src /app
|
|
|
|
COPY src /app
|
|
|
|
COPY VERSION /app
|
|
|
|
COPY VERSION /app
|
|
|
|