mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-01-01 18:49:38 -06:00
changed Docker flags to RUN npm ci --ignore-scripts && \
npm install --only=optional So that Vite can install dependancies it needs for multi Arch builds
This commit is contained in:
@@ -5,7 +5,8 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY frontend/package*.json ./frontend/
|
||||
|
||||
RUN npm ci --ignore-scripts
|
||||
RUN npm ci --ignore-scripts && \
|
||||
npm install --only=optional
|
||||
|
||||
COPY frontend/ ./frontend/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user