We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a377eb1 commit f29ec8dCopy full SHA for f29ec8d
Dockerfile.web
@@ -9,6 +9,8 @@ COPY . .
9
10
RUN echo `git rev-parse --short HEAD` > health.html
11
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
+
14
RUN pnpm i
15
RUN pnpm run build:prod
16
0 commit comments