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