updated workflow
This commit is contained in:
parent
d3daafe9fe
commit
1794bd5241
|
@ -1,7 +1,7 @@
|
||||||
FROM node:slim as nbuild
|
FROM node:slim as nbuild
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./frontend/package*.json ./
|
COPY ./frontend/package*.json ./
|
||||||
RUN npm i
|
RUN npm ci --maxsockets 1
|
||||||
COPY ./frontend/ ./
|
COPY ./frontend/ ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue