From cbc474d37f095993728bfad4fe38013820c1276e Mon Sep 17 00:00:00 2001 From: NERDDISCO <492378+TimPietrusky@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:51:40 +0200 Subject: [PATCH] fix: add test_input.json to Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c670f4e..37746b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR / COPY requirements.txt /requirements.txt RUN pip install -r requirements.txt COPY rp_handler.py / +COPY test_input.json / # Start the container CMD ["python3", "-u", "rp_handler.py"] \ No newline at end of file