oeufx2
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user