Compare commits
No commits in common. "76446cf84e875fc89e7e7836f525284c37fc722c" and "df08bdaf9e43677687eebd4f7fbf5a8bc075790b" have entirely different histories.
76446cf84e
...
df08bdaf9e
@ -23,7 +23,7 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install all dependencies (including devDependencies)
|
# Install all dependencies (including devDependencies)
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
# Copy source code
|
# Copy source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -20,8 +20,8 @@ const pwaOptions: Partial<VitePWAOptions> = {
|
|||||||
name: 'mitlist',
|
name: 'mitlist',
|
||||||
short_name: 'mitlist',
|
short_name: 'mitlist',
|
||||||
description: 'mitlist pwa',
|
description: 'mitlist pwa',
|
||||||
theme_color: '#ff7b54',
|
theme_color: '#027be3',
|
||||||
background_color: '#f3f3f3',
|
background_color: '#ffffff',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
orientation: 'portrait',
|
orientation: 'portrait',
|
||||||
icons: [
|
icons: [
|
||||||
|
Loading…
Reference in New Issue
Block a user