Update Dockerfile to use npm install and modify PWA theme and background colors in vite.config.ts
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m30s
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m30s
This commit is contained in:
parent
effaef7d08
commit
3e328c2902
@ -23,7 +23,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install all dependencies (including devDependencies)
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user