Put back the image workdir
This commit is contained in:
parent
0b0494baed
commit
31a1e1560f
1 changed files with 1 additions and 0 deletions
|
@ -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.description="Matchy matches matchees"
|
||||||
LABEL org.opencontainers.image.licenses=Unlicense
|
LABEL org.opencontainers.image.licenses=Unlicense
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
COPY --from=build /wheels /wheels
|
COPY --from=build /wheels /wheels
|
||||||
RUN --mount=type=cache,target=/var/cache/buildkit/pip \
|
RUN --mount=type=cache,target=/var/cache/buildkit/pip \
|
||||||
|
|
Loading…
Add table
Reference in a new issue