From 566d633cf2d1d97bd2166c032b76edc09b63ca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 29 Oct 2024 13:13:19 +0100 Subject: [PATCH] ops: fix Docker image following uv migration --- server/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/Dockerfile b/server/Dockerfile index bad310b470..aa248a6341 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -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"]