Skip to content

Commit

Permalink
ops: fix Docker image following uv migration
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Oct 29, 2024
1 parent c14dc29 commit 566d633
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ ENV POLAR_IP_GEOLOCATION_DATABASE_NAME=country_asn.mmdb
ARG RELEASE_VERSION
ENV RELEASE_VERSION=${RELEASE_VERSION}

RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen

CMD ["uv", "run", "uvicorn", "polar.app:app", "--host", "0.0.0.0", "--port", "10000"]

0 comments on commit 566d633

Please sign in to comment.