From b28f4c864d8f3f357ad3c98d3f7b8f3555ff421b Mon Sep 17 00:00:00 2001 From: xuthus Date: Mon, 3 Jun 2024 21:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=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 d304e32..48c81a3 100644 --- a/dockerfile +++ b/dockerfile @@ -23,4 +23,4 @@ RUN playwright install-deps && \ playwright install chromium && \ rm -rf /var/lib/apt/lists/* -CMD ["nb", "run"] +CMD ["nb", "run"] \ No newline at end of file