To publish a new image to DockerHub, that the application version at forest_monitor/setup.py was increased.
To build and push an image to Docker Hub, just run:
$ Docker/docker-build.sh
To run the application locally, be sure too to install the following dependencies:
.. code-block:: shell $ apt-get update $ apt-get install -y build-essential libpq-dev python3-pip git $ pip3 install -r requirements.txt
To run the application:
.. code-block:: shell $ python3 Docker/manage.py run