Skip to content

Commit

Permalink
dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-aschlackman committed Feb 16, 2024
1 parent cd9d78a commit da95ffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ COPY package.json package-lock.json ./
RUN npm set progress=false && \
npm config set depth 0 && \
npm cache clean --force && \
npm config set unsafe-perm true

RUN npm ci && mkdir -p /ng-app/dist && cp -R ./node_modules ./ng-app
RUN npm ci && mkdir -p /ng-app/dist && cp -R ./node_modules ./ng-app

WORKDIR /ng-app

Expand Down

0 comments on commit da95ffc

Please sign in to comment.