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:
@@ -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"]
|
||||
Reference in New Issue
Block a user