Skip to content

Commit

Permalink
test(dev): Install prod requirements for dev docker
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed May 23, 2024
1 parent 2ff6321 commit 330230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/entrypoint-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Correct working directory
cd /opt/opencti-crowdsec || exit

pip3 install --no-cache-dir -r requirements-dev.txt
pip3 install --no-cache-dir -r requirements.txt

# Idle indefinitely
while true; do
Expand Down

0 comments on commit 330230a

Please sign in to comment.