【发布时间】:2019-02-25 23:32:19
【问题描述】:
我在 Azure webapp 上安装了 git-core,但第二天 git 命令将不起作用。每天我都需要重新安装 git-core 和其他组件。
我需要每天放这个脚本:
apt-get update
apt-get install -y git-core
apt-get install -y mysql-server
是否有要在 Azure 门户界面中设置的参数或要在 appservice 文件内容中插入的脚本?
【问题讨论】:
标签: github azure-web-app-service apt-get linux-containers azure-webapps