Skip to content

Commit 1102527

Browse files
committed
Add missing uv.lock
1 parent 6cff20e commit 1102527

File tree

2 files changed

+965
-1
lines changed

2 files changed

+965
-1
lines changed

packages/ping-home/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
33
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
44
RUN curl -fsSL https://tailscale.com/install.sh | sh
55
WORKDIR /app
6-
COPY pyproject.toml .
6+
COPY pyproject.toml uv.lock ./
77
RUN uv sync --frozen --no-dev
88
COPY . .
99
RUN chmod +x start.sh

0 commit comments

Comments
 (0)