Update Docker configuration to change server port from 8000 to 8080 across Dockerfile and docker-compose files. Enhance CSS for improved dark theme contrast and readability with new color variables and styles.

This commit is contained in:
2026-02-07 10:34:06 +03:00
parent 51b02eb6a4
commit a6fa8325cd
4 changed files with 36 additions and 8 deletions

View File

@@ -34,4 +34,4 @@ WORKDIR /app
COPY . /app
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
CMD ["python3", "manage.py", "runserver", "0.0.0.0:8080"]