Compare commits

..

No commits in common. "76446cf84e875fc89e7e7836f525284c37fc722c" and "df08bdaf9e43677687eebd4f7fbf5a8bc075790b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -20,8 +20,8 @@ const pwaOptions: Partial<VitePWAOptions> = {
name: 'mitlist',
short_name: 'mitlist',
description: 'mitlist pwa',
theme_color: '#ff7b54',
background_color: '#f3f3f3',
theme_color: '#027be3',
background_color: '#ffffff',
display: 'standalone',
orientation: 'portrait',
icons: [