Merge branch 'main' into vite

This commit is contained in:
Joseph Garrone
2024-02-13 02:07:27 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -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