Skip to content

Commit 89090d2

Browse files
committed
removed poetry on shared
1 parent 6962340 commit 89090d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lambdas/id_sync/id_sync.Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ COPY shared/poetry.lock shared/pyproject.toml shared/README.md ./shared/
1212
# Copy id_sync Poetry files
1313
COPY id_sync/poetry.lock id_sync/pyproject.toml id_sync/README.md ./
1414

15-
# Install shared dependencies first
16-
WORKDIR /var/task/shared
17-
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi --no-root --only main
18-
1915
# Install id_sync dependencies
2016
WORKDIR /var/task
2117
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi --no-root --only main

0 commit comments

Comments
 (0)