./ui/build-app-docker.sh
./service/build-service-docker.sh
./build-docker.sh
./service/webapp
The service runs on http://localhost:8080/.
./ui/start-app-docker.sh
The development server runs on http://localhost:3000/app.
rm -rf ./ui/app/
./ui/create-app-docker.sh
Edit 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.Z
for git tags conforming to semver notationlatest
for commits to the default branch of the repo (main
)