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 da95ffc commit 0d23e6a
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 @@ -6,7 +6,6 @@ COPY package.json package-lock.json ./
RUN npm set progress=false && \
npm config set depth 0 && \
npm cache clean --force && \

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

WORKDIR /ng-app
Expand Down

0 comments on commit 0d23e6a

Please sign in to comment.