Skip to content

Commit

Permalink
@vue/apollo-composable vue override
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jan 31, 2024
1 parent 507a840 commit d8b4dd7
Show file tree
Hide file tree
Showing 3 changed files with 2,676 additions and 3,234 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine as builder
WORKDIR /src
COPY package.json package-lock.json ./
RUN npm ci --legacy-peer-deps
RUN npm ci
COPY . .
RUN npm run build

Expand Down
Loading

0 comments on commit d8b4dd7

Please sign in to comment.