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