From 043317fc36bf39ab073941eae4611645637aaee9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 12 Jun 2025 19:50:40 -0500 Subject: fix tailwind and expose docker ports --- docker-compose.yaml | 2 ++ src/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ca76bbb..22ccd32 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,5 +4,7 @@ services: command: sh -c "npm install && npm run dev" restart: always working_dir: /immich-frame + ports: + - 8080:8080 volumes: - ./:/immich-frame diff --git a/src/style.css b/src/style.css index 1b0109f..14d8ed1 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ @import "tailwindcss" source(none); -@source "../public/*.html"; +@source "../public/index.html"; :root { --immich-dark-primary: rgb(172 203 250); -- cgit v1.2.3