From f9dd61108207a268e18f2952f95fe49553b56525 Mon Sep 17 00:00:00 2001 From: xuthus Date: Fri, 24 May 2024 21:33:24 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 48c81a3..d304e32 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"] \ No newline at end of file +CMD ["nb", "run"]