From 870d41e3d121443aa9f8b73ef4706b443c4df708 Mon Sep 17 00:00:00 2001 From: Rzy <465386466@qq.com> Date: Tue, 9 Jul 2024 17:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e0cd17..0c2155a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ ADD ./sh/supervisord.conf /etc/supervisord.conf WORKDIR /src EXPOSE 10002 -#CMD ["sh","/opt/startup.sh"] \ No newline at end of file +CMD ["sh","/opt/startup.sh"] \ No newline at end of file