From c6a974a6762c93f63a11aab9cd161f1ef3361fc4 Mon Sep 17 00:00:00 2001 From: "Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com" <4584443+DragonStuff@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:54:11 +0900 Subject: [PATCH] fix: no need to cache --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b93e59..270daf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ RUN deno cache src/main.ts # Copy source code COPY . . -# Compile the app -RUN deno cache src/main.ts - # Expose the port EXPOSE 3000