This commit is contained in:
parent
a0edba63bc
commit
15b45f2a10
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,9 @@ FROM denoland/deno:alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY deno.json import_map.json ./
|
COPY deno.json ./
|
||||||
COPY dev.ts main.ts .env* ./
|
|
||||||
|
COPY dev.ts main.ts fresh.config.ts fresh.gen.ts ./
|
||||||
|
|
||||||
COPY components/ ./components/
|
COPY components/ ./components/
|
||||||
COPY islands/ ./islands/
|
COPY islands/ ./islands/
|
||||||
|
@ -25,5 +26,4 @@ ENV DENO_DEPLOYMENT=production
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
# Run the server
|
|
||||||
CMD ["run", "-A", "main.ts"]
|
CMD ["run", "-A", "main.ts"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue