Skip to content

Commit

Permalink
[DUOS-2787] Ensure package-lock.json is copied into build container (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Nov 8, 2023
1 parent ebecbc2 commit aaca791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY src /usr/src/app/src
COPY public /usr/src/app/public
COPY package.json /usr/src/app/package.json
COPY package-lock.json /usr/src/app/package-lock.json
COPY config/base_config.json /usr/src/app/public/config.json
RUN npm config set update-notifier false
RUN npm install --silent
Expand Down

0 comments on commit aaca791

Please sign in to comment.