Remove macOS and Apple container references

- Remove Containerfile and .containerignore (Apple container specific)
- Update package.json to remove Apple container scripts
- Replace macOS-specific build scripts with Docker-focused versions
- Update README to prioritize Docker over Apple container
- Update DEVELOPMENT.md to remove macOS-first approach
- Update demo script to remove Apple container references
- Update workflow to remove Containerfile path triggers
- Simplify project to be Docker-first for cross-platform compatibility
This commit is contained in:
2026-01-18 13:44:09 +01:00
parent a891d736ef
commit 393c798080
10 changed files with 42 additions and 216 deletions

View File

@@ -9,10 +9,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build -l 3000",
"dev": "./scripts/dev.sh",
"build:macos": "./scripts/build.sh",
"container:build": "container build -t jmespath-playground .",
"container:run": "container run -p 3000:3000 jmespath-playground",
"docker:build": "docker build -t jmespath-playground .",
"docker:run": "docker run -p 3000:3000 jmespath-playground"
},
@@ -54,8 +50,7 @@
"json",
"query",
"testing",
"react",
"macos"
"react"
],
"author": "",
"license": "MIT"