phanpy/README.md

266 B

Phanpy Docker setup and Drone build

This is an experiment. To build and run locally:

docker build . -t phanpy:latest

To run the container in the background:

docker run -d -p 8000:80 -t phanpy:latest

Now access Phanpy on http://localhost:8000