fix: Update application port from 8000 to 9090 in configuration and deployment files
CI / lint-test-build (push) Failing after 43s

This commit is contained in:
2026-06-01 17:23:59 +02:00
parent 5051f2de83
commit df55953d31
5 changed files with 76 additions and 17 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ COPY web /app/web
RUN pip install --no-cache-dir --no-deps .
EXPOSE 8000
EXPOSE 9090
CMD ["python", "-m", "arbitrade.main"]