Skip to content

Commit

Permalink
fix: unexpected behavior on server port
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieLeung committed Jan 15, 2024
1 parent 622b490 commit 6b50b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ USER appuser
COPY heimdallr ./heimdallr
COPY main.py ./

CMD python -m uvicorn main:app --host 0.0.0.0 --port $PORT
CMD python -m uvicorn main:app --host 0.0.0.0 --port "$PORT"

0 comments on commit 6b50b1e

Please sign in to comment.