From a0edba63bc5fe81898fa929a7da0426f10f5b428 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 24 Apr 2025 12:13:58 -0600 Subject: [PATCH] oeuf --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 831c486..42d46b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY lib/ ./lib/ COPY posts/ ./posts/ COPY routes/ ./routes/ COPY static/ ./static/ -COPY utils/ ./utils/ RUN deno cache main.ts