Skip to content

Commit 5ec06c0

Browse files
authored
Merge pull request #5 from delschlangen/claude/enhance-bluebook-citations-uO8FO
Fix Dockerfile to use Railway's dynamic PORT
2 parents a97c043 + 350f51d commit 5ec06c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ USER appuser
2020

2121
EXPOSE 8000
2222

23-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
23+
CMD uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}

0 commit comments

Comments
 (0)