From 019c8329946706eab5a606f0250e3c86aac05b23 Mon Sep 17 00:00:00 2001 From: Akira Tempaku <paku@skyizwhite.dev> Date: Thu, 1 May 2025 00:10:17 +0900 Subject: [PATCH] Fix docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index faa5f8f..618c24e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN ${TW_BIN} -i ./static/style/global.css -o ./static/style/dist.css --minify RUN qlot install --quiet --no-color -RUN chmod +x /entrypoint.sh +RUN chmod +x entrypoint.sh EXPOSE 3000