Skip to content

Commit

Permalink
Remove npm unsafe-perm option, which is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
at-dro committed Apr 16, 2024
1 parent 0c2a896 commit 005b13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Base on slim node image, nothing more is needed
FROM node:lts-alpine AS build
WORKDIR /app
RUN npm set unsafe-perm true

# Add only configuration and run npm install to download dependencies
# This causes Docker to use the cached dependencies instead of downloading them every time
Expand Down

0 comments on commit 005b13d

Please sign in to comment.