./ui/build-app-docker.sh./service/build-service-docker.sh./build-docker.sh./service/webappThe service runs on http://localhost:8080/.
./ui/start-app-docker.shThe development server runs on http://localhost:3000/app.
rm -rf ./ui/app/
./ui/create-app-docker.shEdit the file ./ui/app/package.json to set the /app path prefix to the application.
Add the setting...
"homepage": "/app",The GitHub action build-and-publish-container.yml will build the container image and publish to DockerHub.
The image will be tagged as...
- branch name
vX.Y.Zfor git tags conforming to semver notationlatestfor commits to the default branch of the repo (main)