Skip to content

Commit

Permalink
keep cached deno deps for -L docker mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed May 8, 2023
1 parent 60defdf commit f519d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pkg-docker
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ docker run \
--volume "$d":"$d" \
--env GITHUB_TOKEN="$GITHUB_TOKEN" \
--env CLICOLOR_FORCE=1 \
--env DENO_DIR=/root/.tea/deno.land/cache \
$ADDARGS \
teaxyz/cli \
$CMD "$@"
Expand Down

0 comments on commit f519d39

Please sign in to comment.