Skip to content

Commit

Permalink
dockerfile cleanup, reduce image size
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Nov 21, 2024
1 parent c24f976 commit f5fd5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt update && apt install -y -V ca-certificates lsb-release wget make git np

COPY . .
WORKDIR /ui
RUN npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" && npm publish
RUN npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
RUN yarn install && yarn build:lib

WORKDIR /
Expand Down

0 comments on commit f5fd5af

Please sign in to comment.