We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf6fe2 commit 8826a14Copy full SHA for 8826a14
packages/ping-home/app/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && \
10
curl -fsSL https://tailscale.com/install.sh | sh && \
11
rm -rf /var/lib/apt/lists/*
12
WORKDIR /app
13
-COPY --from=builder /app/.venv /app/.venv
+COPY --from=build /app/.venv /app/.venv
14
COPY . .
15
ENV PATH="/app/.venv/bin:$PATH"
16
RUN chmod +x start.sh
0 commit comments