Skip to content

fix: dev mode relative path#5

Merged
br-monteiro merged 5 commits into
mainfrom
fix/dev-mode-relative-path
Mar 15, 2026
Merged

fix: dev mode relative path#5
br-monteiro merged 5 commits into
mainfrom
fix/dev-mode-relative-path

Conversation

@br-monteiro

Copy link
Copy Markdown
Member

This pull request introduces several improvements to local development workflow and documentation for the project, focusing on Docker integration and developer experience. The main changes are the addition of new subcommands to the onecli wrapper script for building images, running in development mode, and opening an interactive shell inside the container. The documentation is updated to reflect these new workflows, and a .dockerignore file is added to optimize Docker builds.

Wrapper script enhancements:

  • Added build, dev, and shell subcommands to the onecli script, allowing for building the Docker image, mounting the local project directory for live code updates, and opening an interactive shell in the container, respectively. Also, a persistent .cache volume is now mounted for all runs. [1] [2]

Documentation updates:

  • Updated the README.md to document the new build, dev, and shell subcommands, including usage examples and workflow tips for development without rebuilding the Docker image. [1] [2]
  • Improved documentation for running tests and removed redundant expected output section.

Docker build optimization:

  • Added a .dockerignore file to exclude unnecessary files and directories from the Docker build context, improving build performance and reducing image size.

@br-monteiro br-monteiro self-assigned this Mar 15, 2026
@br-monteiro br-monteiro merged commit b208298 into main Mar 15, 2026
1 check passed
@br-monteiro br-monteiro deleted the fix/dev-mode-relative-path branch March 15, 2026 18:03
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.

1 participant