additional review comment

This commit is contained in:
Daniel Roth 2026-02-27 12:21:58 +00:00
parent 3bd4f64586
commit b65d1e0f7e

View file

@ -29,6 +29,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application code # Copy application code
# ----------------------------- # -----------------------------
COPY utils/ utils/ COPY utils/ utils/
# NOTE: if build is ever slow we can be more specific with which files are copied
COPY backend/ backend/ COPY backend/ backend/
COPY datatypes/ datatypes/ COPY datatypes/ datatypes/