fix: Update application port from 8000 to 9090 in configuration and deployment files
CI / lint-test-build (push) Failing after 43s
CI / lint-test-build (push) Failing after 43s
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user