change api port to 5001

This commit is contained in:
Viktor Barzin 2025-06-24 19:12:20 +00:00
parent 8ab79b7c72
commit c660771225
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -37,7 +37,7 @@ ENV PATH="/app/.venv/bin:$PATH"
# Copy the application code
COPY . .
EXPOSE 8000
EXPOSE 5001
# Set the entry point (adjust to your CLI's entry point)
# ENTRYPOINT ["python", "/app/main.py"]
# ENTRYPOINT ["/app/runall.sh"]