From 78b1699152c185825ec4fb5404f49587b0f60690 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 28 Aug 2023 22:45:20 +0200 Subject: [PATCH] fix: remove build from doclkerfile --- Dockerfile | 2 +- islands/KMenu/commands/add_movie_infos.ts | 2 +- lib/resource/articles.ts | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9553591..a4264aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG GIT_REVISION WORKDIR /app COPY . . -RUN deno cache main.ts && deno task build +RUN deno cache main.ts EXPOSE 8000 diff --git a/islands/KMenu/commands/add_movie_infos.ts b/islands/KMenu/commands/add_movie_infos.ts index be8db00..deb809f 100644 --- a/islands/KMenu/commands/add_movie_infos.ts +++ b/islands/KMenu/commands/add_movie_infos.ts @@ -1,4 +1,4 @@ -import { MenuEntry } from "@islands/KMenu/types.ts"; + import { Movie } from "@lib/resource/movies.ts"; import { TMDBMovie } from "@lib/types.ts"; import { getCookie } from "@lib/string.ts"; diff --git a/lib/resource/articles.ts b/lib/resource/articles.ts index 25c7345..01e9c5a 100644 --- a/lib/resource/articles.ts +++ b/lib/resource/articles.ts @@ -4,7 +4,6 @@ import { createCrud } from "@lib/crud.ts"; import { stringify } from "$std/yaml/stringify.ts"; import { extractHashTags, formatDate } from "@lib/string.ts"; import { fixRenderedMarkdown } from "@lib/helpers.ts"; -import { getThumbhash } from "@lib/cache/image.ts"; export type Article = { id: string;