diff --git a/Layerfile b/Layerfile index f2eb7e1..37409d9 100644 --- a/Layerfile +++ b/Layerfile @@ -19,3 +19,4 @@ RUN REPEATABLE docker-compose up -d --build --force-recreate --remove-orphans && EXPOSE WEBSITE localhost:8000 +RUN docker-compose exec cypress bash /app/run_tests.sh diff --git a/services/web/src/views/main/main.css b/services/web/src/views/main/main.css index 1c45a11..8976e54 100644 --- a/services/web/src/views/main/main.css +++ b/services/web/src/views/main/main.css @@ -16,11 +16,11 @@ body { } .mainBody header { - background: #0c5db8; + background: red; } .mainBody .sidebar { - background: #1c4784; + background: pink; height: auto; flex: 0 0 200px; } @@ -88,4 +88,4 @@ header { background: #fff; border-radius: 5px; border: 1px solid #000; -} \ No newline at end of file +}