Refactor project branding from HexaHost to Axiom across all configurations, documentation, and code files. Update environment variables, Docker setup, and README to reflect the new brand name. Ensure consistency in naming conventions and improve clarity in setup instructions.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# HexaHost Discord Bot + FastAPI dashboard backend
|
||||
# Axiom Discord Bot + FastAPI dashboard backend (by HexaHost)
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
@@ -26,4 +26,4 @@ RUN mkdir -p /app/db /app/jsondb /app/logs
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python", "HexaHost.py"]
|
||||
CMD ["python", "Axiom.py"]
|
||||
|
||||
Reference in New Issue
Block a user