类似文章
centos7 安装 docker-compose
作者自由如风
The new Compose V2, which supports the compose command …
dokcerfile 之缓存 node_modules
作者自由如风
如果直接拷贝代码到 /app 目录,由于每次编译时,代码都会改变,所以都需要重新下载依赖。 如果将依赖下载提到…
centos7 搭建 gitlab
作者自由如风
本文使用 docker compose 方式安装。参考 官网,更多的安装方式,参考官网 准备 创建一个目录,比…
6-1:nmcli命令配置网络服务
作者自由如风
使用nmcli命令配置网络 1.创建新连接配置 (1)创建新连接配置default,IP通过DHCP自动获取 …
创建不可登录本地系统的用户
作者自由如风
创建 useradd -s /sbin/nologin team1 passwd team1 验证是否可登录 …
dockerfile 打包 Vue 项目
作者自由如风
nginx 相关配置查阅 vuecli官网 如果不需要使用 docker 调用 npm 打包,直接打包静态资源…