Compare commits
3 Commits
587b321205
...
7286199411
| Author | SHA1 | Date | |
|---|---|---|---|
| 7286199411 | |||
| c35e2b3ef0 | |||
| 6b338ce9ff |
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-bookworm
|
||||
FROM python:3.14-bookworm
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install apache2 apache2-dev
|
||||
COPY src/requirements.txt /var/www/jc/requirements.txt
|
||||
|
||||
@@ -218,6 +218,13 @@ label{
|
||||
display: block;
|
||||
margin: 0 auto 0 auto;
|
||||
max-width: 100%;
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
#article>p>video{
|
||||
margin: 0 auto 0 auto;
|
||||
max-width: 100%;
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
pre{
|
||||
|
||||
Reference in New Issue
Block a user