This commit is contained in:
@@ -1,6 +1 @@
|
|||||||
FROM python:3.11-slim
|
# TODO: generation subagent fills this in.
|
||||||
WORKDIR /app
|
|
||||||
COPY . .
|
|
||||||
RUN pip install --no-cache-dir .
|
|
||||||
USER 65532:65532
|
|
||||||
CMD ["python", "-m", "kab_ingestion"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user