Use cache for pip

This commit is contained in:
magmaus3 2022-12-03 13:51:33 +01:00
parent 7e1f86f1c5
commit d160d9b562
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -4,6 +4,6 @@ WORKDIR /app
COPY . .
RUN pip install .
RUN --mount=type=cache,target=/tmp/pip pip install . --cache-dir /tmp/pip
CMD python3 -m customiwmserver