Skip to content

Commit

Permalink
Kneecap NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Nov 2, 2024
1 parent 40d74d6 commit 5638b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/courtlistener/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
env_file:
- ../../.env.dev
working_dir: /opt/courtlistener/cl
command: sh -c 'npm install && exec npx webpack --progress --watch --mode=development'
command: sh -c 'npm install && tail -f /dev/null'

# Task Server
cl-celery:
Expand Down

0 comments on commit 5638b46

Please sign in to comment.