chore(deps): update dependency nuxt to v4
This commit is contained in:
+6
-3
@@ -2,11 +2,14 @@ FROM cypress/base:24.0.0@sha256:a12dd7ba6c42601ba02328491320f04fede8b652f6da2724
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
COPY ./package.json ./package-lock.json ./.snyk ./
|
||||
RUN npm install --global node-gyp && \
|
||||
git config --global --add safe.directory /build
|
||||
|
||||
COPY ./package.json ./package-lock.json ./
|
||||
RUN npm ci --no-progress
|
||||
|
||||
COPY ./ ./
|
||||
RUN npm run generate && npm run lint
|
||||
COPY . /build
|
||||
RUN npm run postinstall && npm run generate && npm run lint
|
||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||
|
||||
FROM amd64/nginx:1.29.0@sha256:1255491f87317acd3c7c9329f29054473fd5d4dc84646e47bc672aaa7e9f0c67
|
||||
|
||||
Reference in New Issue
Block a user