From 4b7d2a07e418c2db2c88d4da1e25c8014a7c002c Mon Sep 17 00:00:00 2001 From: selmankoc Date: Wed, 24 Jul 2024 14:58:09 +0300 Subject: [PATCH] Fix path --- .../Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile.azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile.azure b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile.azure index f4fccda692..4586d6dc02 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile.azure +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile.azure @@ -18,5 +18,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR /app EXPOSE 80 ENV ASPNETCORE_URLS=http://+:80 -COPY --from=build /app/bin/Release/publish . +COPY --from=build /app/abp/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/bin/Release/publish . ENTRYPOINT ["dotnet", "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.dll"]