Skip to content

Commit

Permalink
Recreate package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcolony committed Aug 5, 2024
1 parent 8ea55ca commit b7cad61
Show file tree
Hide file tree
Showing 2 changed files with 13,961 additions and 13,167 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:20.11-alpine3.19 as build-stage
RUN apk add git
WORKDIR /app
COPY package.json package-lock.json ./
RUN SKIP_HOOKS=true npm install
RUN SKIP_HOOKS=true npm ci

# Package the import-meta-env as single binary as we don't have node on the production container
RUN npx @yao-pkg/pkg ./node_modules/@import-meta-env/cli/bin/import-meta-env.js \
Expand Down
Loading

0 comments on commit b7cad61

Please sign in to comment.