Merged in feature/change-docker-file (pull request #764)
Change Docker file Approved-by: Sha Brown
This commit is contained in:
@@ -19,7 +19,7 @@ COPY pyproject.toml .
|
||||
COPY poetry.lock .
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
poetry install --no-dev --compile
|
||||
poetry install --only main --compile
|
||||
|
||||
COPY src/ src/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user