From 018600058a52151cda981332f4d180fb875bb8c3 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Fri, 4 Oct 2024 02:29:54 +0530 Subject: [PATCH] run Dockerfile as root --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f042820d..999c0efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,8 @@ ENV PORT 5000 WORKDIR /app RUN mkdir -p data && chown -R deno data -USER deno COPY . . RUN deno cache src/server.ts RUN apt-get update && apt-get install -y unzip curl RUN deno task soapbox -CMD deno task start \ No newline at end of file +CMD deno task start