From 3e3babd26fa8c83c105884f6775cf174a1d6e721 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Sat, 27 May 2023 17:52:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E6=96=B0=E5=A2=9Edocker-compose?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..7e99afe --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +docker-compose down +docker rmi wx_backend_go +docker-compose up -d \ No newline at end of file