Переглянути джерело

trival (#2582)

### What problem does this PR solve?



### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.12.0
Kevin Hu 1 рік тому
джерело
коміт
8ede1c7bf5
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      Dockerfile.scratch

+ 0
- 1
Dockerfile.scratch Переглянути файл

@@ -41,7 +41,6 @@ RUN cd web && npm i --force && npm run build

# install dependencies from poetry.lock file
COPY pyproject.toml poetry.toml poetry.lock ./
RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked

RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked \
/root/.local/bin/poetry install --sync --no-cache --no-root

Завантаження…
Відмінити
Зберегти