Skip to content

Commit 579006c

Browse files
committed
dockerfile
1 parent 27625f4 commit 579006c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

azure/templates/post-deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ steps:
5858
5959
echo "Output dirs"
6060
ls
61-
cd id_sync
62-
echo "Output id_sync"
63-
ls
64-
cd ..
65-
cd shared
66-
echo "Output id_sync"
67-
ls
68-
cd ..
6961
cd terraform
7062
7163
make init

lambdas/id_sync/Dockerfile

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

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

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

0 commit comments

Comments
 (0)