Skip to content

Commit 83f65f6

Browse files
committed
fix dockerfile
1 parent e87dfab commit 83f65f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dotnet run --project build/build.csproj -- publish
99
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
1010

1111
WORKDIR /app
12-
COPY --link --from=build /src/publish .
12+
COPY --from=build /src/publish .
1313
EXPOSE 8080
1414

1515
ENTRYPOINT ["dotnet", "Conduit.dll"]

0 commit comments

Comments
 (0)