Skip to content

Commit 124e918

Browse files
author
Alan Christie
committed
fix: Fix command typo
1 parent e607da9 commit 124e918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# Done by launching two uvicorn instances in parallel.
88
echo "+> Launching uvicorn..."
99
uvicorn app.app:app_public --host 0.0.0.0 --port 8080 --env-file public.env & \
10-
uvicorn app.app:app_internal --host 0.0.0.0 --port --env-file internal.env 8081
10+
uvicorn app.app:app_internal --host 0.0.0.0 --port 8081 --env-file internal.env

0 commit comments

Comments
 (0)