Don't explicitly install lume, it is implicitly
required already in deno.json
This commit is contained in:
parent
5ff33d1454
commit
76b8f1520b
|
@ -2,7 +2,6 @@ FROM denoland/deno:alpine-1.30.3 as build-stage
|
|||
WORKDIR /app
|
||||
|
||||
RUN apk update && apk add bash
|
||||
RUN deno run -A https://deno.land/x/lume@v1.15.3/install.ts
|
||||
COPY . /app/
|
||||
RUN ./build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue