Skip to content

Commit d565a02

Browse files
committed
set port when running local
1 parent e8bbcca commit d565a02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

run.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2+
#
3+
# run locally
4+
#
25

3-
#/usr/local/google_appengine/dev_appserver.py --port=8081 .
4-
export $(cat local.env)
6+
PORT=4000
57
python regexplanet-api.py

0 commit comments

Comments
 (0)