From 975737b0c34fe24938346bfdfa58967e4d501709 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Sun, 27 Oct 2024 07:47:09 +0530 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 082c78e8..2536f230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV PORT 5000 WORKDIR /app RUN mkdir -p data && chown -R deno data COPY . . -RUN deno cache src/server.ts +RUN deno cache --allow-import src/server.ts RUN apt-get update && apt-get install -y unzip curl RUN deno task soapbox CMD deno task start