-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I tried to run the Simplicity WebIDE project in Docker on Windows (Git Bash) and ran into several build issues.
What I did / Changes:
- Ignored
fix-links.shin the Docker build to bypass path issues on Windows. - Added a
Trunk.tomlto configure Trunk for Docker builds. - Added a
.dockerignoreto speed up Docker builds and avoid unnecessary files.
Result:
With these changes, the Docker build works on Windows and produces the correct dist/ output.
Tested Environment:
- Windows 10, Git Bash
- Docker Desktop
PR / Fork:
The changes are available in my fork: [https://github.com/coremoon/simplicity-webide-bug](https://github.com/coremoon/simplicity-webide-bug.git)
You can create a PR from the docker-windows-fix branch of this fork.
Notes / Suggestions:
- This should not affect Linux/Mac builds.
- The
Trunk.tomlcan be removed if you prefer to rely on defaults.
Metadata
Metadata
Assignees
Labels
No labels