🐛 (Dockerfile): remove stray 'flag' argument from deno cache command #6
+1
-1
@@ -3,7 +3,7 @@ FROM denoland/deno:alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN deno cache main.ts --allow-import flag
|
||||
RUN deno cache main.ts --allow-import
|
||||
RUN deno task build
|
||||
|
||||
USER deno
|
||||
|
||||
Reference in New Issue
Block a user