Skip to content

court-room/rinnegan-flask

Repository files navigation

rinnegan-flask

test Actions Status docker Actions Status codecov DeepSource Dependabot Status

Development

The server can be used for locally testing the client or the entire set of services. In order to use the server you need to follow certain steps

  • Build the image locally

    $ docker build  --compress --force-rm --tag rinnegan-flask:latest .
  • Tag the latest image to local registry format

    $ docker image tag rinnegan-flask:latest localhost:6000/rinnegan-flask:latest
  • Push the image to the registry

    $ docker push localhost:6000/rinnegan-flask:latest

OPTIONAL

There is a shell script at bin/build.sh that handles the image build, tagging and pushing it to the local registry.

Contact

For any issue please contact the following persons