From 566fcb0e06b5ecaee7d7c94291bc03cefe05e92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=AE=E4=BA=AE?= Date: Wed, 24 Jul 2024 14:59:12 +0800 Subject: [PATCH] docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdb7e07..939cad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ ENV LANG C.UTF-8 # 暴露端口 EXPOSE 8081 -CMD ["apt instal curl -y && /apps/md-view-go"] \ No newline at end of file +CMD ["&& /apps/md-view-go"] \ No newline at end of file