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 0cecc0b commit db2ddecCopy full SHA for db2ddec
lambdas/id_sync/Dockerfile
@@ -8,8 +8,7 @@ RUN mkdir -p /home/appuser && \
8
9
# Install Poetry dependencies
10
# Copy id_sync Poetry files
11
-COPY poetry.lock pyproject.toml README.md ./
12
-# Copy shared/src/common to ./src/common
+COPY ./id_sync/poetry.lock ./id_sync/pyproject.toml ./
13
COPY ./shared/src/common ./src/common
14
15
RUN echo "Listing /var/task after source code copy:" && ls -R /var/task
0 commit comments