Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad323ec8ef | ||
|
|
8b6ee051d4 |
@@ -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