Skip to content

Commit

Permalink
chore: remove dependency to node-fetch-native
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Dec 8, 2023
1 parent bef78fb commit ceb3d5b
Show file tree
Hide file tree
Showing 3 changed files with 3,042 additions and 3,868 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM docker.io/library/node:20-alpine
WORKDIR /src

ADD . .
RUN npm ci --production --no-optional
RUN npm ci --omit=dev --no-optional

# Copy the built assets from the first step
COPY --from=builder /src/.nuxt/ ./.nuxt
Expand Down
Loading

0 comments on commit ceb3d5b

Please sign in to comment.