Skip to content

Commit

Permalink
fix port in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt committed Nov 24, 2023
1 parent 71303f1 commit 4ff3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=3000
PORT ?= 4000

install:
poetry install
Expand Down

0 comments on commit 4ff3a96

Please sign in to comment.