We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d95b95 commit 4f5419bCopy full SHA for 4f5419b
1 file changed
LinkRouter/Dockerfile
@@ -18,5 +18,5 @@ RUN dotnet publish "LinkRouter.csproj" -c $BUILD_CONFIGURATION -o /app/publish /
18
19
FROM base AS final
20
WORKDIR /
21
-COPY --from=publish /app/publish .
+COPY --from=publish /app/app/publish .
22
ENTRYPOINT ["dotnet", "LinkRouter.dll"]
0 commit comments