Skip to content

Commit

Permalink
Add make task for compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 9, 2022
1 parent 9331dfb commit 5372af5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ start:
stop:
docker-compose stop

compile-update:
docker-compose run --rm web pip-compile -U --allow-unsafe --generate-hashes

update:
docker-compose run --rm web pip install -r requirements.txt

Expand Down

0 comments on commit 5372af5

Please sign in to comment.