Skip to content

Fix docker run instructions and hardcode internal port - #6567

Merged
tvdeyen merged 1 commit into
solidusio:mainfrom
SuperGoodSoft:noahsilvera/update-docker-instructions
Sep 2, 2026
Merged

Fix docker run instructions and hardcode internal port#6567
tvdeyen merged 1 commit into
solidusio:mainfrom
SuperGoodSoft:noahsilvera/update-docker-instructions

Conversation

@Noah-Silvera

@Noah-Silvera Noah-Silvera commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

There's no real reason to make the internal rails port used in a docker container configurable. All that matters is the host port.

The docker compose instructions also gave the wrong command for starting the app. Starting the rails server directly caused a tailwindcss error
on the frontend AND admin - we need to call bin/dev within Docker to start the tailwind watch process

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

@github-actions github-actions Bot added the changelog:solidus Changes to the solidus meta-gem label Sep 1, 2026
@Noah-Silvera Noah-Silvera changed the title Fix docker run instructions and harcode internal port Fix docker run instructions and hardcode internal port Sep 1, 2026
There's no real reason to make the internal rails port used in a docker
container configurable. All that matters is the host port.

The docker compose instructions also gave the wrong command for starting
the app. Starting the rails server directly caused a
tailwindcss error
on the frontend AND admin - we need to call bin/dev within Docker to
start the tailwind watch process

Co-authored-by: Sofia Besenki <sofia@super.gd>
@Noah-Silvera
Noah-Silvera force-pushed the noahsilvera/update-docker-instructions branch from e2d2ca4 to 1242a81 Compare September 1, 2026 18:57
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.26%. Comparing base (a301093) to head (1242a81).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6567   +/-   ##
=======================================
  Coverage   92.26%   92.26%           
=======================================
  Files        1037     1037           
  Lines       21211    21211           
=======================================
  Hits        19570    19570           
  Misses       1641     1641           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Noah-Silvera
Noah-Silvera marked this pull request as ready for review September 1, 2026 21:01
@Noah-Silvera
Noah-Silvera requested a review from a team as a code owner September 1, 2026 21:01
@tvdeyen
tvdeyen merged commit e7fee10 into solidusio:main Sep 2, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:solidus Changes to the solidus meta-gem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants