We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a0b5 commit 0cc3005Copy full SHA for 0cc3005
Dockerfile
@@ -5,7 +5,7 @@ ADD fonts/ /usr/share/fonts/truetype/
5
ENV DENO_NO_UPDATE_CHECK=1
6
WORKDIR /src
7
ADD deps.ts .
8
-RUN deno check deps.ts
+RUN deno check --allow-import=deno.land,crux.land deps.ts
9
ADD . .
10
-RUN deno check entrypoint.ts
+RUN deno check --allow-import=deno.land,crux.land entrypoint.ts
11
ENTRYPOINT ["deno","run","--allow-sys","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","--allow-import=deno.land,crux.land","entrypoint.ts"]
0 commit comments