# 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: ``` docker run -p 8000:80 -t phanpy:latest ``` Now access Phanpy on http://localhost:8000