updated docker entry point

This commit is contained in:
2025-10-28 23:33:00 +01:00
parent 5319ed5d7a
commit 23f1dd7aa0
2 changed files with 18 additions and 17 deletions

View File

@@ -107,7 +107,7 @@
.createButton {
padding: 10px 20px;
background-color: #2ecc71;
background-color: #51258f;
color: white;
border: none;
border-radius: 4px;
@@ -116,7 +116,7 @@
}
.createButton:hover {
background-color: #27ae60;
background-color: #51258f;
}
.createButton:disabled {