change dockerfile
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m12s

This commit is contained in:
2024-12-19 15:29:10 +00:00
parent 0ec1eb7d04
commit ce4a6358cf

View File

@ -4,4 +4,4 @@ COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./ /code/
CMD ["fastapi", "run", "main.py", "--port", "35050"]
CMD ["fastapi", "run", "app.py", "--port", "38080"]