Skip to content

Commit

Permalink
Decleaned makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
icicel committed Sep 5, 2024
1 parent 1c32f82 commit 956b71a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ makemessages:
compilemessages:
sudo -E docker compose cp ./locale web:.
sudo -E docker compose exec web python3 manage.py compilemessages

build:
sudo -E docker-compose build

down:
sudo -E docker-compose down

0 comments on commit 956b71a

Please sign in to comment.