Skip to content

Commit

Permalink
cache cleaning should be unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Sep 19, 2024
1 parent bd98cd7 commit be8df9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ fi
mkdir -p /home/jovyan/.npm
chown -R jovyan:100 "/home/jovyan/.npm"

# Clear npm cache
su jovyan -c "npm cache clean --force"

exec gosu jovyan "$@"

0 comments on commit be8df9b

Please sign in to comment.