287 B
287 B
Phanpy Docker setup and Drone build
This is an experiment. To build and run locally:
docker build . -t phanpy:latest -f Dockerfile_phanpy
To run the container in the background:
docker run -d -p 8000:80 -t phanpy:latest
Now access Phanpy on http://localhost:8000