Skip to content

Commit

Permalink
Removed unneeded make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Multipacker committed Sep 25, 2024
1 parent c87d2b8 commit acd789c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
include .env
export $(shell sed 's/=.*//' .env)

test:
env

up-develop:
# sleep 5 && sudo docker-compose exec web /bin/sh -c "python3 manage.py migrate" &
docker compose run web /bin/sh -c "python3 manage.py compilemessages -l en"
Expand Down

0 comments on commit acd789c

Please sign in to comment.