fix: update GW_URL in Dockerfile to correct endpoint
Build and Deploy to Production / build-and-deploy (push) Successful in 15m55s
Build and Deploy to Production / build-and-deploy (push) Successful in 15m55s
This commit is contained in:
@@ -32,7 +32,7 @@ RUN chmod +x /docker-entrypoint.sh
|
|||||||
# Default Blazor environment (override via K8s env var BLAZOR_ENVIRONMENT)
|
# Default Blazor environment (override via K8s env var BLAZOR_ENVIRONMENT)
|
||||||
ENV BLAZOR_ENVIRONMENT=Staging
|
ENV BLAZOR_ENVIRONMENT=Staging
|
||||||
# Default gateway URL for gRPC calls (injected into appsettings at startup)
|
# 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
|
EXPOSE 80
|
||||||
CMD ["/docker-entrypoint.sh"]
|
CMD ["/docker-entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user