From 00e3bae5bd13391b81b2e0889ac35073b38ee8da Mon Sep 17 00:00:00 2001 From: sysnix Date: Tue, 5 Mar 2024 04:55:24 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=E5=90=AF=E5=8A=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= 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 aea2378..b6f3b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ COPY assets . COPY template . EXPOSE 8088 RUN chmod 777 Blog -CMD ./Blog +CMD ./Blog -profile=prod #END \ No newline at end of file