This commit is contained in:
Jun-te Kim 2026-03-13 15:20:15 +00:00
parent 81d84368cf
commit 7fb8ee9202

View file

@ -6,6 +6,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
ENV PYTHONPATH=/app
# Copy requirements first so Docker can cache the install layer
COPY backend/engine/requirements.txt backend/engine/requirements.txt