updated workflow
This commit is contained in:
parent
d3daafe9fe
commit
1794bd5241
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue