Use cache for pip
This commit is contained in:
parent
7e1f86f1c5
commit
d160d9b562
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue