CDN working with Docker
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user