Merge branch 'kub-stage' into production
Build and Deploy to Production / build-and-deploy (push) Successful in 4m51s

This commit is contained in:
masoodafar-web
2026-05-14 01:56:18 +03:30
5 changed files with 146 additions and 7 deletions
-1
View File
@@ -25,7 +25,6 @@ COPY ["FrontOffice.Main/staging-ca.crt", "/usr/local/share/ca-certificates/stagi
RUN update-ca-certificates
ENV ASPNETCORE_URLS=http://+:80
ENV GW_URL=https://cms.se.kbs1.ir
EXPOSE 80
ENTRYPOINT ["dotnet", "FrontOffice.Main.dll"]