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 c7206e5 commit 65871e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /feast
RUN pwd && ls -la
WORKDIR /feast/ui
# RUN npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
RUN yarn set version berry && yarn install && yarn build:lib
RUN yarn install && yarn build:lib

WORKDIR /feast
RUN make install-python build-ui
Expand Down

0 comments on commit 65871e5

Please sign in to comment.