This commit is contained in:
2025-04-24 12:46:27 -06:00
parent 5281eb71ab
commit 67f29ec389

View File

@ -2,16 +2,7 @@ FROM denoland/deno:alpine AS builder
WORKDIR /app
COPY deno.json ./
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/
COPY . .
RUN deno cache main.ts