mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Fix CI build
This commit is contained in:
parent
5f5a508b6e
commit
bcebb3e67e
4 changed files with 9 additions and 9 deletions
|
|
@ -3,8 +3,8 @@ FROM node:lts-alpine3.19 as build-stage
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY package.json ./
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue