Docker Git远程部署锁

时间:2020-08-30 05:35:44

标签: python git docker dokku

我正在尝试将代码推送到远程git存储库。提交代码后,当我运行 // vue.config.js module.exports = { // options... devServer: { proxy: 'https://mywebsite/', } } 命令时,我遇到了此错误。

git push origin master

1 个答案:

答案 0 :(得分:0)

我发现了这个https://github.com/dokku/dokku/issues/3796 并尝试

sudo apt-get update sudo apt-get install -y herokuish

事后设法部署。

相关问题