fix(input): include normalizer prompt

This commit is contained in:
2025-10-15 17:02:00 -05:00
parent f1f9a94c02
commit 5cd30ef5f2

View File

@@ -22,7 +22,7 @@ RUN groupadd -r codex && \
WORKDIR /app 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 RUN chmod +x /app/watch_and_customize.py /app/entrypoint.sh