Skip to content

Conversation

@mykalmax
Copy link
Member

@mykalmax mykalmax commented Jun 9, 2025

No description provided.

Comment on lines 16 to 22
# Copy source files
COPY web/client/ ./web/client/
COPY vscode/extension/ ./vscode/extension/
COPY vscode/bus/ ./vscode/bus/

# Install dependencies
RUN pnpm install --frozen-lockfile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: To make the docker cache useable, I would install before COPY-ing over source files.

@mykalmax mykalmax merged commit c26e109 into main Jun 9, 2025
25 checks passed
@mykalmax mykalmax deleted the mykalmax/fix-dockerfile-ui branch June 9, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants