Separate Docker build into dedicated script

- Create build-image.sh for dedicated Docker image building
- Remove Docker build logic from build.sh to focus on Node.js app only
- Add comprehensive instructions for running and pushing Docker images
- Improve build script modularity and separation of concerns
This commit is contained in:
2026-01-21 21:55:58 +01:00
parent ef2c1931d8
commit c9ce0d14b9
3 changed files with 67 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jmespath-playground",
"version": "1.1.4",
"version": "1.1.5",
"description": "A React-based web application for testing JMESPath expressions against JSON data",
"main": "index.js",
"scripts": {