This commit is contained in:
2023-04-24 13:50:15 -05:00
parent 938dae2586
commit 024c962567
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ RUN apt-get install -y python3-pip nginx gunicorn supervisor
# Setup flask application
RUN mkdir -p /deploy/app
COPY src /deploy/app
RUN pip install -r /deploy/app/requirements.txt
RUN pip install -r /deploy/app/requirements.txt --break-system-packages
# Setup nginx
RUN rm /etc/nginx/sites-enabled/default

View File

@@ -667,7 +667,7 @@ a {
width: 360px;
padding: 10px;
border: solid 2px #553;
background-image: url("https://wallpapercave.com/wp/wp4292426.jpg");
background-image: url("/static/photos/wood.jpg");
}
.bookshelfHeader {

BIN
src/static/photos/wood.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB