FIX: Missing npm install before build:release
This commit is contained in:
parent
c5adfe80bc
commit
0fcd3e037e
@ -15,6 +15,7 @@ RUN apk add git git-lfs
|
|||||||
COPY --from=fetch /repo .
|
COPY --from=fetch /repo .
|
||||||
WORKDIR /app/project
|
WORKDIR /app/project
|
||||||
RUN npm install -g npm@10.5.1
|
RUN npm install -g npm@10.5.1
|
||||||
|
RUN npm install
|
||||||
RUN npm run build:release
|
RUN npm run build:release
|
||||||
|
|
||||||
FROM alpine as base
|
FROM alpine as base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user