Skip to content

Commit

Permalink
MOD:修改端口变量
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Jul 15, 2024
1 parent e94f81a commit 1d7384c
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 @@ -22,5 +22,5 @@ ENV FILE=config/docker-config.yaml

EXPOSE 8080

CMD uvicorn --host 0.0.0.0 --port $(port) main:app
CMD uvicorn --host 0.0.0.0 --port 8080 main:app

0 comments on commit 1d7384c

Please sign in to comment.