diff --git a/Layerfile b/Layerfile index f2eb7e1..6161074 100644 --- a/Layerfile +++ b/Layerfile @@ -16,6 +16,4 @@ RUN curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-c COPY / /root RUN REPEATABLE docker-compose up -d --build --force-recreate --remove-orphans && sleep 6 - EXPOSE WEBSITE localhost:8000 - diff --git a/services/web/Layerfile b/services/web/Layerfile new file mode 100644 index 0000000..06cca73 --- /dev/null +++ b/services/web/Layerfile @@ -0,0 +1,4 @@ +From /Layerfile + +EXPOSE WEBSITE https://localhost:443 + diff --git a/services/web/src/views/main/main.css b/services/web/src/views/main/main.css index 1c45a11..7ba90a3 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: pink; } .mainBody .sidebar { - background: #1c4784; + background: red; 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 +}