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 39dee99 commit 1a3317eCopy full SHA for 1a3317e
src/api/Elastic.Documentation.Api.Lambda/Dockerfile
@@ -24,4 +24,4 @@ RUN arch=$TARGETARCH \
24
&& if [ "$arch" = "amd64" ]; then arch="x64"; fi \
25
&& echo $TARGETOS-$arch > /tmp/rid
26
27
-RUN dotnet publish src/api/AwsLambda -r linux-x64 -c Release
+RUN dotnet publish src/api/Elastic.Documentation.Api.Lambda -r linux-x64 -c Release
0 commit comments