This commit is contained in:
Siddharth Singh 2024-08-27 02:46:47 +05:30
parent ea881ea267
commit 87e885fe8b
No known key found for this signature in database

View file

@ -14,6 +14,6 @@ RUN mkdir -p data
COPY . .
RUN deno cache src/server.ts
RUN deno task headless:setup
RUN apt-get update && apt-get install unzip curl
RUN apt-get update && apt-get install -y unzip curl
RUN deno task soapbox
CMD deno task start