Skip to content

fix: update installation instructions for Docker and Native environme…#8

Merged
sauce-base merged 2 commits into
mainfrom
dev
Jun 25, 2026
Merged

fix: update installation instructions for Docker and Native environme…#8
sauce-base merged 2 commits into
mainfrom
dev

Conversation

@roble

@roble roble commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the installation and development workflow messaging, particularly to clarify and simplify instructions for Docker and non-Docker environments. It also removes unnecessary steps that were previously run on the host during Docker installations.

Improvements to install and dev workflow instructions:

  • The success message in InstallCommand.php now gives more accurate next steps, differentiating between Docker and non-Docker environments for starting the dev server, and clearly displaying the app URL to open in the browser.
  • The dev mode message in StackCommand.php is simplified to avoid suggesting running composer dev directly, which may not be applicable in all contexts.

Docker environment workflow simplification:

  • The step that ran npm install and npm run build on the host machine during Docker installations has been removed from DockerEnvironment.php, as these steps should be handled inside the Docker container instead. [1] [2]

@sauce-base sauce-base merged commit 53b7c0a into main Jun 25, 2026
2 checks passed
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.

2 participants