fix: update UVICORN_PORT to 8003 in Dockerfile and docker-compose.yml
Some checks failed
CI / test (pull_request) Failing after 3m19s
Some checks failed
CI / test (pull_request) Failing after 3m19s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
ARG PYTHON_VERSION=3.11-slim
|
||||
ARG APT_CACHE_URL=http://192.168.88.14:3142
|
||||
ARG UVICORN_WORKERS=4
|
||||
ARG UVICORN_PORT=8000
|
||||
ARG UVICORN_PORT=8003
|
||||
|
||||
FROM python:${PYTHON_VERSION} AS builder
|
||||
ARG APT_CACHE_URL
|
||||
|
||||
Reference in New Issue
Block a user