Skip to content

Commit f29ec8d

Browse files
committed
chore: update Dockerfile.web to override devtron-fe-lib if mounted
1 parent a377eb1 commit f29ec8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.web

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ COPY . .
99

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

12+
RUN if [ -d "./devtron-fe-lib" ]; then rm -rf packages/devtron-fe-lib; cp -r ./devtron-fe-lib packages/devtron-fe-lib; fi
13+
1214
RUN pnpm i
1315
RUN pnpm run build:prod
1416

0 commit comments

Comments
 (0)