Docker 方式 部署 vue 項目 (docker + vue + nginx)

1.安裝好 nginx 。 2. 把 vue 項目的源碼克隆到確定目錄下。用 git 管理,所以直接 git clone 到既定目錄就行了。  如我的目錄是:/root/jiangyu/projects/gentle_vue/gentle_vue_code 。 3. 項目打包: npm run build  會自動生成 dist 文件夾 。 4. 在任意目錄下新建文件  dockerfile 。內
相關文章
相關標籤/搜索