diff --git a/Dockerfile b/Dockerfile index 7117bfb..b1b5352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/static/css/main.css b/static/css/main.css index 6461842..ecf41e2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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 {