Skip to Content
⭐️ If you like FlowInquiry, consider supporting the project by giving it a star on GitHub!
Developer GuidesDeploymentBuild FlowInquiry Docker Images (Optional)

FlowInquiry Docker Images

Build your own docker images

You can build your own Docker images and deploy them anywhere, or use the pre-built FlowInquiry images available on Docker Hub

To build and publish Docker images for the FlowInquiry front-end, use the Dockerfile in the root folder along with the scripts/build-frontend-image.sh script. Use the argument $version` if you want to customize the docker image version

flowinquiry-frontend git:(main) tools/build-frontend-image.sh 0.0.1 Building Docker image... [+] Building 5.2s (22/22) FINISHED docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2.35kB 0.0s => [internal] load metadata for docker.io/library/node:20-alpine 0.9s => [auth] library/node:pull token for registry-1.docker.io ... What's next: View a summary of image vulnerabilities and recommendations → docker scout quickview Tagging Docker image with '0.0.1' and 'latest'... Logging into Docker repository... Authenticating with existing credentials... ... latest: digest: sha256:94d85f12a3944c7dcbafc6c6851b0413c9e5c48dcb9c33bea54a88287130bd79 size: 2821 Docker image has been pushed successfully with tags '0.0.1' and 'latest'.
Last updated on