Skip to content

Commit

Permalink
Fix make serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Apr 9, 2024
1 parent 76f0888 commit d1b2c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ serve:
--bind 0.0.0.0:8000 \
--workers 2 shipanaro.wsgi \
--capture-output --log-file="-" \
--access-logfile="-" \
"$@" | tee -a tripulacio.log
--access-logfile="-" | tee -a tripulacio.log

update:
git pull || echo "Cannot pull"
Expand Down

0 comments on commit d1b2c04

Please sign in to comment.