From 31a1e1560fa381e18e03772effd083ae248083a8 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 14 Aug 2024 18:26:22 +0100 Subject: [PATCH] Put back the image workdir --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1640791..b3c9015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ LABEL org.opencontainers.image.source=https://github.com/mdiluz/matchy LABEL org.opencontainers.image.description="Matchy matches matchees" LABEL org.opencontainers.image.licenses=Unlicense +WORKDIR /usr/src/app COPY requirements.txt ./ COPY --from=build /wheels /wheels RUN --mount=type=cache,target=/var/cache/buildkit/pip \