Add licenses explicitly (probably should have been doing this for a while; oops! Apologies!)

This commit is contained in:
Jack Kingsman
2026-03-01 22:12:42 -08:00
parent ed83d1b2c4
commit e0d87c4df3
7 changed files with 1655 additions and 0 deletions
+3
View File
@@ -29,6 +29,9 @@ RUN uv sync --frozen --no-dev
# Copy application code
COPY app/ ./app/
# Copy license attributions
COPY LICENSES.md ./
# Copy built frontend from first stage
COPY --from=frontend-builder /build/dist ./frontend/dist