This repository provides a Dockerfile for running the Phoromatic server.
- Docker installed and running.
Run the following command in the repository root to build the Docker image:
docker build -t phoromatic .Start the Phoromatic server container and expose the web interface on port 8287:
docker run -p 8287:8287 phoromaticAfter the container starts, navigate to http://localhost:8287/ in your web browser to access the Phoromatic interface.