Skip to content

Commit

Permalink
removed audit fix in image build
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Sep 26, 2022
1 parent ef3bdb2 commit 3cb4f83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ WORKDIR /src

COPY . /src

RUN npm install && \
npm audit fix
RUN npm install

# RUN npm install && \
# npm audit fix

RUN chown -R $APP_USER:$APP_USER /src

Expand Down

0 comments on commit 3cb4f83

Please sign in to comment.