From 93176da9518c917360b3359f84ddc58f77aeb800 Mon Sep 17 00:00:00 2001 From: chunzhi Date: Thu, 29 Feb 2024 21:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a02b2bf..71d0028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,5 @@ EXPOSE 9000 COPY sspanel.cron /var/www/sspanel/sspanel.cron COPY start.sh /start.sh RUN chmod +x /start.sh - - +CMD ["/start.sh"]