Put back the image workdir

This commit is contained in:
Marc Di Luzio 2024-08-14 18:26:22 +01:00
parent 0b0494baed
commit 31a1e1560f

View file

@ -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 \