From c579c0d3d9ea2e5051506ef154a7f678975f8c4f Mon Sep 17 00:00:00 2001 From: fzzinchemical Date: Tue, 15 Apr 2025 16:09:12 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index faaf09d..31655fa 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY . /app EXPOSE 6969 # Set the default command to run the Deno task -CMD ["deno", "task", "admin"] +CMD ["deno", "task", "all"]