mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
misc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
BIN
src/static/photos/wood.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Reference in New Issue
Block a user