File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ RUN git fetch upstream
5151RUN git checkout upstream/main
5252
5353# Copy local changes from the repository (preserve build config)
54- # Copy only the modified parts to avoid build conflicts
55- COPY browser-operator-core/front_end/core /workspace/devtools/devtools-frontend/front_end/core/
56- COPY browser-operator-core/front_end/panels/ai_chat /workspace/devtools/devtools-frontend/front_end/panels/ai_chat/
57- COPY browser-operator-core/front_end/entrypoints /workspace/devtools/devtools-frontend/front_end/entrypoints/
58- COPY browser-operator-core/scripts /workspace/devtools/devtools-frontend/scripts/
54+ # Uncomment the following lines if you want to copy local changes
55+ # COPY browser-operator-core/front_end/core /workspace/devtools/devtools-frontend/front_end/core/
56+ # COPY browser-operator-core/front_end/panels/ai_chat /workspace/devtools/devtools-frontend/front_end/panels/ai_chat/
57+ # COPY browser-operator-core/front_end/entrypoints /workspace/devtools/devtools-frontend/front_end/entrypoints/
58+ # COPY browser-operator-core/scripts /workspace/devtools/devtools-frontend/scripts/
5959
6060# Force automated mode
6161RUN sed -i 's/AUTOMATED_MODE: false/AUTOMATED_MODE: true/' front_end/panels/ai_chat/core/BuildConfig.ts;
You can’t perform that action at this time.
0 commit comments