Kevin Hu
commited on
Commit
·
6757cff
1
Parent(s):
0a483b2
trival (#2582)
Browse files### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- Dockerfile.scratch +0 -1
Dockerfile.scratch
CHANGED
@@ -41,7 +41,6 @@ RUN cd web && npm i --force && npm run build
|
|
41 |
|
42 |
# install dependencies from poetry.lock file
|
43 |
COPY pyproject.toml poetry.toml poetry.lock ./
|
44 |
-
RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked
|
45 |
|
46 |
RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked \
|
47 |
/root/.local/bin/poetry install --sync --no-cache --no-root
|
|
|
41 |
|
42 |
# install dependencies from poetry.lock file
|
43 |
COPY pyproject.toml poetry.toml poetry.lock ./
|
|
|
44 |
|
45 |
RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked \
|
46 |
/root/.local/bin/poetry install --sync --no-cache --no-root
|