phanpy/README.md

17 lines
266 B
Markdown

# 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