?
This commit is contained in:
11
Dockerfile
11
Dockerfile
@ -2,16 +2,7 @@ FROM denoland/deno:alpine AS builder
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY deno.json ./
|
COPY . .
|
||||||
|
|
||||||
COPY dev.ts main.ts fresh.config.ts fresh.gen.ts ./
|
|
||||||
|
|
||||||
COPY components/ ./components/
|
|
||||||
COPY islands/ ./islands/
|
|
||||||
COPY lib/ ./lib/
|
|
||||||
COPY posts/ ./posts/
|
|
||||||
COPY routes/ ./routes/
|
|
||||||
COPY static/ ./static/
|
|
||||||
|
|
||||||
RUN deno cache main.ts
|
RUN deno cache main.ts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user