Skip to content

Commit 8826a14

Browse files
committed
Fix mispelt stage
1 parent ccf6fe2 commit 8826a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ping-home/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
curl -fsSL https://tailscale.com/install.sh | sh && \
1111
rm -rf /var/lib/apt/lists/*
1212
WORKDIR /app
13-
COPY --from=builder /app/.venv /app/.venv
13+
COPY --from=build /app/.venv /app/.venv
1414
COPY . .
1515
ENV PATH="/app/.venv/bin:$PATH"
1616
RUN chmod +x start.sh

0 commit comments

Comments
 (0)