From 15f84bae31b32ee780844382b5ac89fea74b38d5 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 4 Jun 2024 10:03:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20h5=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/invest/buildH5.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docker/invest/buildH5.sh diff --git a/docker/invest/buildH5.sh b/docker/invest/buildH5.sh new file mode 100644 index 0000000..c434303 --- /dev/null +++ b/docker/invest/buildH5.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +docker rm -f nginxh5 +docker rmi nginxh5:1.0.0 + +cd /mnt/data/invest/nginxH5 +docker build -t nginxh5:1.0.0 . +docker run -di --name nginxh5 -p 82:80 nginxh5:1.0.0