Skip to content

Commit e2d75d4

Browse files
author
Adriano Sanges
committed
prepare dockerfile for local deploy
1 parent c7129a7 commit e2d75d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
FROM python:3.11-slim-bookworm
44
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
55

6+
ADD . /app
67
WORKDIR /app
78

89
RUN apt-get update && apt-get install -y \
@@ -12,8 +13,6 @@ RUN apt-get update && apt-get install -y \
1213
git \
1314
&& rm -rf /var/lib/apt/lists/*
1415

15-
RUN git clone https://github.com/dorianganessa/dati-immobiliari.git .
16-
1716
RUN uv sync --frozen
1817
EXPOSE 8501
1918

0 commit comments

Comments
 (0)