Merge branch 'main' into vite
This commit is contained in:
commit
1814c4ed61
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build environment
|
||||
FROM node:14-alpine as build
|
||||
FROM node:18-alpine as build
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue