We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7129a7 commit e2d75d4Copy full SHA for e2d75d4
Dockerfile
@@ -3,6 +3,7 @@
3
FROM python:3.11-slim-bookworm
4
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5
6
+ADD . /app
7
WORKDIR /app
8
9
RUN apt-get update && apt-get install -y \
@@ -12,8 +13,6 @@ RUN apt-get update && apt-get install -y \
12
13
git \
14
&& rm -rf /var/lib/apt/lists/*
15
-RUN git clone https://github.com/dorianganessa/dati-immobiliari.git .
16
-
17
RUN uv sync --frozen
18
EXPOSE 8501
19
0 commit comments