Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
slimovich committed Jul 1, 2020
1 parent e875d7a commit f742d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ help:
@echo " lint check the source for style errors"
@echo " format format the python code"
@echo " check-vul check vulnerabilities"
@echo " run-local run the server in localhost with debug and autoreload mode"
@echo " run run the server in the container"
@echo " run-local run the server in localhost with debug and autoreload (developpement mode)"
@echo " run run the server in localhost (production mode)"

.PHONY: clean
clean:
Expand Down

0 comments on commit f742d31

Please sign in to comment.