Remove fresh dashboard

This commit is contained in:
2024-05-24 18:13:54 +08:00
parent fd680931bd
commit e79744f6b6
30 changed files with 1 additions and 3456 deletions

View File

@@ -97,7 +97,7 @@ COPY ./LICENSE ./
ENV LD_LIBRARY_PATH=/app/lib
ENV PATH=/app/bin:$PATH
RUN deno task fetch && deno task server-build && deno task prebuild && \
RUN deno task server-build && deno task prebuild && \
deno task cache && rm -rf ~/.cache && \
mkdir -p ./thumbnails && chmod 777 ./thumbnails && \
mkdir -p ./downloads && chmod 777 ./downloads && \