This commit is contained in:
2026-03-23 15:18:23 -03:00
parent 5ed876d694
commit b57da622cb
17 changed files with 554 additions and 103 deletions

View File

@@ -9,6 +9,7 @@ COPY framework/ ./framework/
COPY detection-app/ ./detection-app/
WORKDIR /ui/detection-app
ENV CI=true
RUN pnpm install
EXPOSE 5175