From 637a5f7ad51bebabeeb881153c15605285f9e586 Mon Sep 17 00:00:00 2001 From: Lunaresk Date: Wed, 9 Apr 2025 00:50:15 +0200 Subject: [PATCH] fix: stylesheet --- Dockerfile | 2 +- backend/web/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a67863f..d1a5756 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN python -m venv venv; \ COPY backend backend -ENV FLASK_APP run.py +ENV FLASK_APP=run.py RUN chmod +x boot.sh; \ chown -R costhive:costhive . diff --git a/backend/web/templates/base.html b/backend/web/templates/base.html index 6af05b4..d9233f1 100644 --- a/backend/web/templates/base.html +++ b/backend/web/templates/base.html @@ -16,7 +16,7 @@ CostHive {% block styles %} - + {% endblock %} {% block navbar %}