fix: remove build from doclkerfile
This commit is contained in:
parent
0019e7727b
commit
78b1699152
@ -5,7 +5,7 @@ ARG GIT_REVISION
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache main.ts && deno task build
|
RUN deno cache main.ts
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { MenuEntry } from "@islands/KMenu/types.ts";
|
|
||||||
import { Movie } from "@lib/resource/movies.ts";
|
import { Movie } from "@lib/resource/movies.ts";
|
||||||
import { TMDBMovie } from "@lib/types.ts";
|
import { TMDBMovie } from "@lib/types.ts";
|
||||||
import { getCookie } from "@lib/string.ts";
|
import { getCookie } from "@lib/string.ts";
|
||||||
|
@ -4,7 +4,6 @@ import { createCrud } from "@lib/crud.ts";
|
|||||||
import { stringify } from "$std/yaml/stringify.ts";
|
import { stringify } from "$std/yaml/stringify.ts";
|
||||||
import { extractHashTags, formatDate } from "@lib/string.ts";
|
import { extractHashTags, formatDate } from "@lib/string.ts";
|
||||||
import { fixRenderedMarkdown } from "@lib/helpers.ts";
|
import { fixRenderedMarkdown } from "@lib/helpers.ts";
|
||||||
import { getThumbhash } from "@lib/cache/image.ts";
|
|
||||||
|
|
||||||
export type Article = {
|
export type Article = {
|
||||||
id: string;
|
id: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user