SIRS project, Merchant Website component
sudo docker-compose up --build
sudo docker build -t merchant .
docker compose launches both the db and the web servers docker build creates the container, which can then be run with docker run tag.
HamstringRestraining