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: [