Commit 79c4b8de authored by Sanjay Pant's avatar Sanjay Pant
Browse files

Update markdown

parent 0756133a
Loading
Loading
Loading
Loading
  • M.philPhysics @mphilphysics2024 ·

    Thanks for pointing to that commit — it definitely shows how the Docker setup has evolved in that tutorial and why certain changes were made to the build context.

    From experience watching similar repos, keeping the Dockerfile and related configs clean and minimal makes it much easier to debug build issues, especially on CI/CD runners. One thing I always recommend is checking for unnecessary file copies (COPY . .) that pull in large files or config folders — that often bloats images and can cause unexpected behavior.

    Also worth noting: when linking to external guides or examples from production content, I usually prefer plain hyperlinks rather than embeds, to avoid extra scripts slowing down page loads. That’s something I pay attention to on my own sites too, like Bus Simulator Indonesia and Bus Simulator Ultimate, where performance matters for visitors.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment