mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-05 01:10:36 -06:00
add omit optional flag
This commit is contained in:
@@ -16,7 +16,7 @@ COPY server ./
|
||||
|
||||
COPY --from=frontend-build /app/client/dist ./public
|
||||
|
||||
RUN npm ci
|
||||
RUN npm ci --omit=optional
|
||||
|
||||
RUN chmod +x ./scripts/inject-vars.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user