ph4 #53

Merged
mo merged 19 commits from ph4 into prod 2025-06-04 17:51:17 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fc49e830fc - Show all commits

View File

@ -23,7 +23,7 @@ WORKDIR /app
COPY package*.json ./
# Install all dependencies (including devDependencies)
RUN npm ci
RUN npm install
# Copy source code
COPY . .

View File

@ -20,8 +20,8 @@ const pwaOptions: Partial<VitePWAOptions> = {
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: [