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