fix docker file for local run and update padding one last time for smaller phones

This commit is contained in:
JesseBot 2022-10-06 14:38:08 +02:00
parent bef97b0123
commit 401de4480a
2 changed files with 5 additions and 2 deletions

View file

@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
COPY . .
CMD ["gunicorn", "app:app"]
CMD ["gunicorn" , "-b", "0.0.0.0:8000", "app:app"]

View file

@ -117,7 +117,10 @@ h5 {
line-height: 16px;
color: inherit;
margin: 0 0 12px;
padding: 14px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 20px;
padding-right: 20px;
}
.dash-unit bold {