From fc49e830fcd9616f7c41f37a589c3a6fa76b14a2 Mon Sep 17 00:00:00 2001 From: mohamad Date: Mon, 2 Jun 2025 00:29:01 +0200 Subject: [PATCH] Update Dockerfile to use npm install and modify PWA theme and background colors in vite.config.ts --- fe/Dockerfile.prod | 2 +- fe/vite.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fe/Dockerfile.prod b/fe/Dockerfile.prod index a0c2320..d004546 100644 --- a/fe/Dockerfile.prod +++ b/fe/Dockerfile.prod @@ -23,7 +23,7 @@ WORKDIR /app COPY package*.json ./ # Install all dependencies (including devDependencies) -RUN npm ci +RUN npm install # Copy source code COPY . . diff --git a/fe/vite.config.ts b/fe/vite.config.ts index 083cb35..3265d6f 100644 --- a/fe/vite.config.ts +++ b/fe/vite.config.ts @@ -20,8 +20,8 @@ const pwaOptions: Partial = { name: 'mitlist', short_name: 'mitlist', description: 'mitlist pwa', - theme_color: '#027be3', - background_color: '#ffffff', + theme_color: '#ff7b54', + background_color: '#f3f3f3', display: 'standalone', orientation: 'portrait', icons: [