Update Dockerfile

This commit is contained in:
2026-01-05 21:37:19 +01:00
parent d79cd11b41
commit 5856eea5f3
+1 -1
View File
@@ -3,7 +3,7 @@ FROM denoland/deno:alpine
WORKDIR /app
COPY . .
RUN deno cache main.ts --allow-import flag
RUN deno cache --allow-import main.ts
RUN deno task build
USER deno