We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cff20e commit 1102527Copy full SHA for 1102527
packages/ping-home/app/Dockerfile
@@ -3,7 +3,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
3
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
4
RUN curl -fsSL https://tailscale.com/install.sh | sh
5
WORKDIR /app
6
-COPY pyproject.toml .
+COPY pyproject.toml uv.lock ./
7
RUN uv sync --frozen --no-dev
8
COPY . .
9
RUN chmod +x start.sh
0 commit comments