Skip to content

Commit b772fee

Browse files
committed
Add lockfile.
1 parent b07cf96 commit b772fee

File tree

2 files changed

+549
-1
lines changed

2 files changed

+549
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $(VIRTUAL_ENV):
3232

3333
.PHONY: run
3434
run: env
35-
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
35+
$(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
3636

3737
.PHONY: install
3838
install: env

0 commit comments

Comments
 (0)