Skip to content

Commit 1af7df1

Browse files
committed
dockerfile
1 parent 579006c commit 1af7df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM base AS build
2525
WORKDIR /var/task
2626

2727
# Copy shared source code
28-
COPY ../shared/src/common ./common
28+
COPY ./src/common ./common
2929

3030
# Copy id_sync source code
3131
COPY src .

0 commit comments

Comments
 (0)