Update Dockerfile to use Python 3.12.3 and refine NORMAL_CHAT_PROMPT for clarity

This commit is contained in:
2025-03-14 11:23:55 +07:00
parent d8d45f6392
commit 0d2016b63d

View File

@@ -40,7 +40,7 @@ RUN apk add --no-cache libstdc++
WORKDIR /usr/src/discordbot
# Copy installed Python packages from builder
COPY --from=builder /usr/local/lib/python3.11 /usr/local/lib/python3.11
COPY --from=builder /usr/local/lib/python3.12.3 /usr/local/lib/python3.12.3
COPY --from=builder /usr/local/bin /usr/local/bin
# Copy the application source code