From 5cd30ef5f2e96ec8cbc759b525a7a8b5e12adc4a Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 15 Oct 2025 17:02:00 -0500 Subject: [PATCH] fix(input): include normalizer prompt --- input/Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/Docker/Dockerfile b/input/Docker/Dockerfile index 8898250..3966a4e 100644 --- a/input/Docker/Dockerfile +++ b/input/Docker/Dockerfile @@ -22,7 +22,7 @@ RUN groupadd -r codex && \ WORKDIR /app -COPY watch_and_customize.py entrypoint.sh ./ +COPY watch_and_customize.py entrypoint.sh JobDescriptionNormalizerPrompt.md ./ RUN chmod +x /app/watch_and_customize.py /app/entrypoint.sh