CDN working with Docker

This commit is contained in:
Clayzxr
2025-01-21 15:17:47 +01:00
parent b364f6cbab
commit 0672666bd3
11 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM denoland/deno:alpine
WORKDIR /app
COPY . .
RUN deno cache main.ts
RUN deno cache main.ts --allow-import flag
RUN deno task build
USER deno