Skip to content

Commit

Permalink
Fix up node.engine requirements and add installed-check
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 31, 2024
1 parent 87caac9 commit 6d89d70
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY package.json package-lock.json /app/
WORKDIR /app

# First install dependencies
RUN npm install --omit=dev --legacy-peer-deps
RUN npm install --omit=dev

# Install app
COPY . /app
Expand Down
Loading

0 comments on commit 6d89d70

Please sign in to comment.