LaoMenDian_ShouZhiMei/admin/build.sh

7 lines
297 B
Bash
Raw Permalink Normal View History

2025-07-16 17:27:54 +08:00
#! /bin/bash
## author:liuzl
cp ./docker/nginx/vhost/hccz.conf /var/jenkins_home/nginx/conf
#docker stop hccz
#docker rm hccz
docker build -t hccz:v1 .
docker run -d -v /etc/timezone:/etc/timezone -v /etc/localtime:/etc/localtime -p 8085:80 --restart=unless-stopped --net=mynet --name=hccz hccz:v1