/frontend-dockerfile-location BACKEND_URL: myBackendUrl#access the arg defined in the yml file#write the backend url into/usr/share/nginx/html/
#replace th
因此,我们目前有以下env文件:environment.staging.tsenvironment.tsnpm run buildDev && npm run buildStaging && npm run buildProd
但是,这会导致很长的构建时间,而且基本上是多余的,因为它们都有标志production: true,,唯一的区别是apiUrl: dev-api.example.com与apiUrl: prod-api
Nginx使用asynchronous event-driven方法,node.js也使用异步事件驱动方法。我知道Nginx是一个web服务器,而node.js是编程语言。使Nginx与node.js不同的关键因素是什么?如果我们在php(or any web language)上运行Nginx,那么组合体(PHP(or any web language)+Nginx)作为asynchronous event-driven的工作方式与node.