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