We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048917b commit dad391bCopy full SHA for dad391b
Dockerfile
@@ -46,6 +46,5 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
46
python3.13
47
48
WORKDIR /app
49
-COPY conf.env .
50
COPY --from=builder /app/.venv /app/.venv
51
ENV PATH="/app/.venv/bin:$PATH"
0 commit comments