Skip to content

Commit

Permalink
UPDATED DOCKER FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Dec 7, 2024
1 parent 5932928 commit f097f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use Python 3.9-slim as the base image
# Use Python 3.11-slim as the base image
FROM python:3.11-slim

# Set environment variables
Expand Down
3 changes: 3 additions & 0 deletions src/website/static/admin/css/custom_quill.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.quill-container {
flex: 1;
height: 100%;
min-height: 200px;
}

.ql-container {
height: 100%;
min-height: 200px;
background-color: #ffffff; /* Light mode background */
color: #000000; /* Light mode text color */
Expand Down

0 comments on commit f097f16

Please sign in to comment.