This commit is contained in:
2025-01-11 16:36:20 -07:00
parent 2cc7689e8e
commit 396c25317a
4 changed files with 46 additions and 14 deletions

View File

@@ -43,8 +43,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.18 /uv /uvx /bin/
WORKDIR $APP_HOME
RUN uv sync --frozen --dev && \
rm -rf $APP_HOME
RUN uv sync --frozen --dev
EXPOSE 8000