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 e87dfab commit 83f65f6Copy full SHA for 83f65f6
Dockerfile
@@ -9,7 +9,7 @@ RUN dotnet run --project build/build.csproj -- publish
9
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
10
11
WORKDIR /app
12
-COPY --link --from=build /src/publish .
+COPY --from=build /src/publish .
13
EXPOSE 8080
14
15
ENTRYPOINT ["dotnet", "Conduit.dll"]
0 commit comments