diff --git a/Dockerfile b/Dockerfile index ccb44bf..5a237f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ RUN pip install --no-cache-dir -i "${PIP_INDEX_URL}" -r requirements.txt COPY . . -EXPOSE 8000 +EXPOSE 18000 CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "18000"]