Webapp with Python 3.10 (Flask & SQLAlchemy + sqlite).
- Clone this repository.
- Enter the main directory (where the
Dockerfile
is found) and rundocker build --tag cellosign:latest .
to build the image. - Run
docker run -d -p 5000:5000 cellosign:latest
to run the service. - You can now access the web service by browsing the following url: http://127.0.0.1:5000 (http://localhost:5000)