Skip to content

Commit

Permalink
Copy deno.jsonc as well for import maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 23, 2024
1 parent 66c7285 commit 9053747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nr-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
# Prefer not to run as root.
USER deno

COPY deno.jsonc .
# Cache the dependencies as a layer (the following two steps are re-run only when deps.ts is modified).
# Ideally cache deps.ts will download and compile _all_ external files used in main.ts.
COPY deps.ts .
Expand Down

0 comments on commit 9053747

Please sign in to comment.