Skip to content

Commit db2ddec

Browse files
committed
Docker context
1 parent 0cecc0b commit db2ddec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lambdas/id_sync/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ RUN mkdir -p /home/appuser && \
88

99
# Install Poetry dependencies
1010
# Copy id_sync Poetry files
11-
COPY poetry.lock pyproject.toml README.md ./
12-
# Copy shared/src/common to ./src/common
11+
COPY ./id_sync/poetry.lock ./id_sync/pyproject.toml ./
1312
COPY ./shared/src/common ./src/common
1413

1514
RUN echo "Listing /var/task after source code copy:" && ls -R /var/task

0 commit comments

Comments
 (0)