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

@@ -8,7 +8,6 @@ on:
- 'public/**'
- 'package*.json'
- 'Dockerfile'
- 'Containerfile'
pull_request:
branches: [ main ]
paths:
@@ -16,7 +15,6 @@ on:
- 'public/**'
- 'package*.json'
- 'Dockerfile'
- 'Containerfile'
env:
IMAGE_NAME: jmespath-playground