feat: remove redundant folders

This commit is contained in:
2026-01-14 02:14:40 +01:00
parent 304c7969b2
commit cdfc99991d
115 changed files with 21 additions and 9657 deletions

View File

@@ -1,4 +1,4 @@
FROM denoland/deno:2.5.1
FROM denoland/deno:2.6.4
ENV TZ=UTC
ENV PORT=8370
@@ -8,10 +8,11 @@ EXPOSE 8370
WORKDIR /app
COPY api/ ./api/
COPY relay/ ./relay/
COPY modules/ ./modules/
COPY platform/ ./platform/
COPY .npmrc .
COPY deno-docker.json ./deno.json
COPY deno.json ./deno.json
RUN deno install --allow-scripts
CMD ["sh", "-c", "deno run --allow-all ./api/.tasks/migrate.ts && deno run --allow-all ./api/server.ts"]
CMD ["sh", "-c", "deno run --allow-all ./api/.tasks/migrate.ts && deno run --allow-all ./api/server.ts"]