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