diff --git a/ctrlr/Dockerfile b/ctrlr/Dockerfile index e00670b532a5..2b1aeffc4de5 100644 --- a/ctrlr/Dockerfile +++ b/ctrlr/Dockerfile @@ -6,13 +6,13 @@ LABEL cf_account="salesdemo" \ # ENV ENV FLASK_APP=flaskr ENV FLASK_ENV=development +ENV ENABLE_IMPORTANT_FEATURE=true COPY . /app WORKDIR /app RUN pip install --editable . - RUN flask init-db EXPOSE 5000 diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Gray; } nav { - background: LightBlue; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem;