Update pikit randomizer

This commit is contained in:
2026-04-17 06:18:26 -05:00
parent 9a40c9dc0f
commit a13dc37dac
4 changed files with 13 additions and 2 deletions
+8
View File
@@ -52,6 +52,14 @@ RUN uv sync
COPY BetaRandomizer/ .
# pikit generator
WORKDIR /pikit_randomizer
COPY PikitRandomizer/pyproject.toml .
RUN uv sync
COPY PikitRandomizer/ .
# web server
WORKDIR /app
COPY --from=build /app/publish .