From b8e041099799e93754e09af1dbdd3c68a906abed Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Fri, 5 Dec 2025 15:11:36 +0000 Subject: [PATCH] fix code :skull: --- landing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/Dockerfile b/landing/Dockerfile index acd730b..b2e12e3 100644 --- a/landing/Dockerfile +++ b/landing/Dockerfile @@ -3,6 +3,6 @@ WORKDIR /app COPY ./ /app RUN deno install -RUN deno bundle --unstable-raw-imports --output bundle.js /app/landing.ts +RUN deno bundle --unstable-raw-imports --output bundle.js /app/index.ts CMD deno --allow-net --unstable-temporal bundle.js \ No newline at end of file -- 2.51.2