Skip to content

Commit 2621dec

Browse files
committed
Added commented lines for local development
1 parent a5fca11 commit 2621dec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile.local

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ RUN git fetch upstream
5151
RUN 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
6161
RUN sed -i 's/AUTOMATED_MODE: false/AUTOMATED_MODE: true/' front_end/panels/ai_chat/core/BuildConfig.ts;

0 commit comments

Comments
 (0)