From ffa5ff333eabffe07394fb21bc413d7d238ee651 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 19:23:33 -0500 Subject: move all files to /static --- docker-compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docker-compose.yaml (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 22ccd32..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - webpack: - image: node - command: sh -c "npm install && npm run dev" - restart: always - working_dir: /immich-frame - ports: - - 8080:8080 - volumes: - - ./:/immich-frame -- cgit v1.2.3