Skip to content

Commit

Permalink
chore: update Dockerfile.web to override devtron-fe-lib if mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
Elessar1802 committed Oct 20, 2024
1 parent a377eb1 commit f370b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY . .

RUN echo `git rev-parse --short HEAD` > health.html

RUN if [ -d /devtron-fe-lib ]; then rm -rf packages/devtron-fe-lib; cp -r /devtron-fe-lib packages/devtron-fe-lib; fi

RUN pnpm i
RUN pnpm run build:prod

Expand Down

0 comments on commit f370b6f

Please sign in to comment.