Skip to content

Commit 1a3317e

Browse files
committed
Fix path
1 parent 39dee99 commit 1a3317e

File tree

1 file changed

+1
-1
lines changed
  • src/api/Elastic.Documentation.Api.Lambda

1 file changed

+1
-1
lines changed

src/api/Elastic.Documentation.Api.Lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN arch=$TARGETARCH \
2424
&& if [ "$arch" = "amd64" ]; then arch="x64"; fi \
2525
&& echo $TARGETOS-$arch > /tmp/rid
2626

27-
RUN dotnet publish src/api/AwsLambda -r linux-x64 -c Release
27+
RUN dotnet publish src/api/Elastic.Documentation.Api.Lambda -r linux-x64 -c Release

0 commit comments

Comments
 (0)