mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-05-19 22:39:40 -05:00
Fixed syntax in npm commands
This commit is contained in:
@@ -6,7 +6,7 @@ COPY package*.json ./
|
||||
COPY frontend/package*.json ./frontend/
|
||||
|
||||
RUN npm ci --ignore-scripts && \
|
||||
npm install --only=optional
|
||||
npm install --ignore-scripts --only=optional
|
||||
|
||||
COPY frontend/ ./frontend/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user