diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..0f31eb3 --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export APP_PORT=9994 + +./authService \ No newline at end of file