From 75af6875186d3f3d393fcc4e39bf8fc05ce253fc Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Mon, 29 Dec 2025 08:25:04 +0000 Subject: [PATCH] Use correct task in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fe53fa..7320f29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ USER deno # Compile the main app so that it doesn't need to be compiled each startup/entry. RUN deno cache --reload main.ts -CMD ["task", "start"] +CMD ["task", "preview"]