phanpy/README.md

17 lines
266 B
Markdown
Raw Normal View History

2023-12-14 11:29:14 +00:00
# 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