Skip to content

Commit

Permalink
build(docker): remove dev values from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 16, 2022
1 parent 8e00afd commit 04620f5
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 @@ -18,6 +18,7 @@ RUN apt-get -q update &&\
# Copy and install node dependencies
COPY package.json package-lock.json ./
RUN npm ci --ignore-scripts --omit=dev && \
npm pkg delete commitlint devDependencies jest nodemonConfig scripts && \
npm cache clean --force && \
chown node ./node_modules/htmltidy2/bin/linux64/tidy && \
chmod 100 ./node_modules/htmltidy2/bin/linux64/tidy && \
Expand Down

0 comments on commit 04620f5

Please sign in to comment.