No cache dir pip in Dockerfile
Some checks are pending
Build and Publish Docs / build-and-push (push) Waiting to run
Some checks are pending
Build and Publish Docs / build-and-push (push) Waiting to run
This commit is contained in:
parent
136be0ad30
commit
cef313cb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM python:3.11-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN mkdocs build
|
||||
|
||||
# Serve Stage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue