updated workflow

This commit is contained in:
Graham Steffaniak 2023-10-10 09:19:31 -05:00
parent d3daafe9fe
commit 1794bd5241
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM node:slim as nbuild
WORKDIR /app
COPY ./frontend/package*.json ./
RUN npm i
RUN npm ci --maxsockets 1
COPY ./frontend/ ./
RUN npm run build