We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6962340 commit 89090d2Copy full SHA for 89090d2
lambdas/id_sync/id_sync.Dockerfile
@@ -12,10 +12,6 @@ COPY shared/poetry.lock shared/pyproject.toml shared/README.md ./shared/
12
# Copy id_sync Poetry files
13
COPY id_sync/poetry.lock id_sync/pyproject.toml id_sync/README.md ./
14
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
-
19
# Install id_sync dependencies
20
WORKDIR /var/task
21
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi --no-root --only main
0 commit comments