fix: update GW_URL in Dockerfile to correct endpoint
Build and Deploy to Production / build-and-deploy (push) Successful in 15m55s

This commit is contained in:
masoodafar-web
2026-03-15 13:27:48 +03:30
parent e6d1d833ec
commit aed6258fb3
+1 -1
View File
@@ -32,7 +32,7 @@ RUN chmod +x /docker-entrypoint.sh
# Default Blazor environment (override via K8s env var BLAZOR_ENVIRONMENT)
ENV BLAZOR_ENVIRONMENT=Staging
# Default gateway URL for gRPC calls (injected into appsettings at startup)
ENV GW_URL=https://cms.se.kbs1.ir
ENV GW_URL=https://cms.kbs2.ir
EXPOSE 80
CMD ["/docker-entrypoint.sh"]