🐛 (Dockerfile): remove stray 'flag' argument from deno cache command #6
+2
-2
@@ -3,11 +3,11 @@ 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
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
CMD ["run", "-A", "main.ts"]
|
||||
CMD ["run", "-A", "main.ts"]
|
||||
|
||||
Reference in New Issue
Block a user