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 579006c commit 1af7df1Copy full SHA for 1af7df1
lambdas/id_sync/Dockerfile
@@ -25,7 +25,7 @@ FROM base AS build
25
WORKDIR /var/task
26
27
# Copy shared source code
28
-COPY ../shared/src/common ./common
+COPY ./src/common ./common
29
30
# Copy id_sync source code
31
COPY src .
0 commit comments