Skip to content

Commit

Permalink
clean up node modules and one file that we think is not needed
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Mar 6, 2023
1 parent 9398865 commit 0a8b1bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ RUN : \
&& BASE_URL=/console yarn run build:prod \
&& cp -R ./website/dist/* /app

RUN rm -rf /app/node_modules
RUN rm -f /app/client-stats.json

FROM gcr.io/distroless/nodejs
LABEL org.opencontainers.image.source https://github.com/flyteorg/flyteconsole

Expand Down

0 comments on commit 0a8b1bc

Please sign in to comment.