Skip to content

Commit

Permalink
arreglando Security Hotspots
Browse files Browse the repository at this point in the history
  • Loading branch information
UO290054 committed Apr 28, 2024
1 parent b978aad commit 7ebc0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion users/authservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/authservice
COPY package*.json ./

# Install app dependencies
RUN npm install bcrypt
RUN npm install bcrypt --ignore-scripts
RUN npm install --ignore-scripts

# Copy the app source code to the working directory
Expand Down
4 changes: 2 additions & 2 deletions users/userservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR /usr/src/userservice
COPY package*.json ./

# Install app dependencies
RUN npm install bcrypt
RUN npm install --ignore-scripts
RUN npm install bcrypt --ignore-scripts && \
npm install --ignore-scripts

# Copy the app source code to the working directory
COPY . .
Expand Down

0 comments on commit 7ebc0cc

Please sign in to comment.