Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/Containerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV EDGE_TOOLING_DIR=/opt/app-root/src/edge-tooling

# Copy over repo contents to be used with claude-ai-helpers
COPY . /opt/app-root/src/edge-tooling
RUN chmod -R g+rwx /opt/app-root/src/edge-tooling
Comment thread
coderabbitai[bot] marked this conversation as resolved.

WORKDIR /opt/app-root/src/edge-tooling

Expand Down