Skip to content

Commit 7da5821

Browse files
authored
wrong app import (#3)
1 parent 2a1e29c commit 7da5821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-stacserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ until pg_isready; do
55
sleep 2
66
done
77

8-
hypercorn stac_fastapi_pgstac.app:app \
8+
hypercorn stac_fastapi.pgstac.app:app \
99
-b "$APP_HOST:$APP_PORT" \
1010
$STAC_SERVER_OPTIONS

0 commit comments

Comments
 (0)